summaryrefslogtreecommitdiff
path: root/demos/2d/hexamap/engine.cfg
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2014-10-03 00:25:53 -0300
committerJuan Linietsky <reduzio@gmail.com>2014-10-03 00:25:53 -0300
commit1b3a10891ebdc6e76a81c8915ba08065311e17d3 (patch)
tree3dc1fb08feaafe52726c57ee283253768756a675 /demos/2d/hexamap/engine.cfg
parentb24fe3dd206ce391ec4c5f68d32fc2259f275563 (diff)
missing demo files
Diffstat (limited to 'demos/2d/hexamap/engine.cfg')
-rw-r--r--demos/2d/hexamap/engine.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/demos/2d/hexamap/engine.cfg b/demos/2d/hexamap/engine.cfg
new file mode 100644
index 0000000000..4567af7a16
--- /dev/null
+++ b/demos/2d/hexamap/engine.cfg
@@ -0,0 +1,12 @@
+[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)]