mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-08 00:40:08 +01:00
14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
[application]
|
|
|
|
icon = "res://icon.png"
|
|
main_scene = "res://map.tscn"
|
|
name = "Hexagonal Game"
|
|
|
|
[input]
|
|
|
|
move_bottom = [ InputEvent(KEY,16777234) ]
|
|
move_left = [ InputEvent(KEY,16777231) ]
|
|
move_right = [ InputEvent(KEY,16777233) ]
|
|
move_up = [ InputEvent(KEY,16777232) ]
|
|
|