[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)]