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
Rémi Verschelde 23cf6a85bd Port 2D demos to TSCN/TRES formats
Part of #4196.
2016-04-02 14:39:08 +02:00

18 lines
215 B
INI

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