godot-demo-projects/2d/tetris/engine.cfg

18 lines
215 B
INI
Raw Normal View History

2014-02-10 02:10:30 +01:00
[application]
name="Tetris"
main_scene="res://tetris.tscn"
2014-02-10 02:10:30 +01:00
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)]