summaryrefslogtreecommitdiff
path: root/demos/2d/kinematic_char/engine.cfg
blob: 8bdd5e2fc54c8b6cd34ee7e8e6c6fe408d0e54f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[application]

name="Kinematic Character"
main_scene="res://colworld.scn"
icon="res://icon.png"

[display]

width=800
height=600
stretch_mode="2d"
stretch_aspect="keep"

[input]

move_up=[key(Up)]
move_left=[key(Left)]
move_right=[key(Right)]
move_bottom=[key(Down)]
jump=[key(Space)]