mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 14:10:55 +03:00
WIP porting demos
This commit is contained in:
13
2d/hexagonal_map/project.godot
Normal file
13
2d/hexagonal_map/project.godot
Normal file
@@ -0,0 +1,13 @@
|
||||
[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) ]
|
||||
|
||||
Reference in New Issue
Block a user