summaryrefslogtreecommitdiff
path: root/demos/2d/tetris/engine.cfg
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-06-03 10:30:38 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-06-03 10:30:38 -0300
commitc7d45ec085086ab86192a7890b9622320d57b89d (patch)
tree0a764a6a2b7bded960a652c81a4b5a6815dd3c31 /demos/2d/tetris/engine.cfg
parentf9af57f3bdb16e015ee10b979fe18cf2195077f9 (diff)
Removed demos
they go to their own project now
Diffstat (limited to 'demos/2d/tetris/engine.cfg')
-rw-r--r--demos/2d/tetris/engine.cfg17
1 files changed, 0 insertions, 17 deletions
diff --git a/demos/2d/tetris/engine.cfg b/demos/2d/tetris/engine.cfg
deleted file mode 100644
index db20f0b888..0000000000
--- a/demos/2d/tetris/engine.cfg
+++ /dev/null
@@ -1,17 +0,0 @@
-[application]
-
-name="Tetris"
-main_scene="res://tetris.tscn"
-icon="res://tetris.png"
-
-[display]
-
-width=400
-height=400
-
-[input]
-
-move_left=[key(Left)]
-move_right=[key(Right)]
-move_down=[key(Down)]
-rotate=[key(Space)]