mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
17 lines
214 B
INI
17 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)]
|