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

name="Kinematic Collision"
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)]