project.godot 269 B

12345678910111213
  1. [application]
  2. icon = "res://icon.png"
  3. main_scene = "res://map.tscn"
  4. name = "Hexagonal Game"
  5. [input]
  6. move_bottom = [ InputEvent(KEY,16777234) ]
  7. move_left = [ InputEvent(KEY,16777231) ]
  8. move_right = [ InputEvent(KEY,16777233) ]
  9. move_up = [ InputEvent(KEY,16777232) ]