summaryrefslogtreecommitdiff
path: root/demos/2d/kinematic_char/engine.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'demos/2d/kinematic_char/engine.cfg')
-rw-r--r--demos/2d/kinematic_char/engine.cfg20
1 files changed, 0 insertions, 20 deletions
diff --git a/demos/2d/kinematic_char/engine.cfg b/demos/2d/kinematic_char/engine.cfg
deleted file mode 100644
index 8bdd5e2fc5..0000000000
--- a/demos/2d/kinematic_char/engine.cfg
+++ /dev/null
@@ -1,20 +0,0 @@
-[application]
-
-name="Kinematic Character"
-main_scene="res://colworld.scn"
-icon="res://icon.png"
-
-[display]
-
-width=800
-height=600
-stretch_mode="2d"
-stretch_aspect="keep"
-
-[input]
-
-move_up=[key(Up)]
-move_left=[key(Left)]
-move_right=[key(Right)]
-move_bottom=[key(Down)]
-jump=[key(Space)]