summaryrefslogtreecommitdiff
path: root/demos/2d/kinematic_char/engine.cfg
blob: 0ab2a552ca568782611e3da77a70f1d0bba281e9 (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.tscn"
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)]