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