blob: 793ac36364c22d96dc94be37baed0378301b5aef (
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
25
26
27
28
|
[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
shadow_filter=3
debug_shadow_maps=false
fp16_framebuffer=true
debug_hdr=false
|