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