mirror of
https://github.com/godotengine/godot.git
synced 2025-01-18 20:40:57 +08:00
13 lines
184 B
INI
13 lines
184 B
INI
[application]
|
|
|
|
name="Hexagonal Game"
|
|
main_scene="res://map.scn"
|
|
icon="res://icon.png"
|
|
|
|
[input]
|
|
|
|
move_up=[key(Up)]
|
|
move_left=[key(Left)]
|
|
move_right=[key(Right)]
|
|
move_bottom=[key(Down)]
|