blob: b6060e598007ca3a3db91976b69aa81435ca7f06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[application]
name="Platformer 3D"
main_scene="res://stage.xml"
icon="res://icon.png"
[display]
height=450
stretch_2d=true
[input]
move_forward=[key(Up)]
move_backwards=[key(Down)]
move_left=[key(Left)]
move_right=[key(Right)]
jump=[key(Space)]
shoot=[key(Z)]
[rasterizer]
max_shadow_buffer_size=1024
framebuffer_shrink=1
|