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

name="Tetris"
main_scene="res://tetris.xml"
icon="res://tetris.png"

[display]

width=400
height=400

[input]

move_left=[key(Left)]
move_right=[key(Right)]
move_down=[key(Down)]
rotate=[key(Space)]