1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00
Files
godot/demos/2d/tetris/engine.cfg
2014-02-09 22:10:30 -03:00

18 lines
214 B
INI

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