diff options
author | Juan Linietsky <reduzio@gmail.com> | 2014-10-03 00:25:53 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2014-10-03 00:25:53 -0300 |
commit | 1b3a10891ebdc6e76a81c8915ba08065311e17d3 (patch) | |
tree | 3dc1fb08feaafe52726c57ee283253768756a675 /demos/2d/hexamap/engine.cfg | |
parent | b24fe3dd206ce391ec4c5f68d32fc2259f275563 (diff) |
missing demo files
Diffstat (limited to 'demos/2d/hexamap/engine.cfg')
-rw-r--r-- | demos/2d/hexamap/engine.cfg | 12 |
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)] |