summaryrefslogtreecommitdiff
path: root/demos/2d/motion/engine.cfg
diff options
context:
space:
mode:
authorAnton Yabchinskiy <arn@bestmx.ru>2015-07-29 23:01:36 +0300
committerAnton Yabchinskiy <arn@bestmx.ru>2015-07-29 23:01:36 +0300
commitdc8df8a91a995796f0f330bf6bb6b209f6dfce08 (patch)
tree46cfe09124703b07860754d6b44e0289422e0573 /demos/2d/motion/engine.cfg
parent16746f157f83d666079ba3266acec13d35b84c3f (diff)
parent922356b903061cda7591090bf19e8346c3a78cf5 (diff)
Merge branch 'master' of github.com:okamstudio/godot
Diffstat (limited to 'demos/2d/motion/engine.cfg')
-rw-r--r--demos/2d/motion/engine.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/2d/motion/engine.cfg b/demos/2d/motion/engine.cfg
new file mode 100644
index 0000000000..261111904c
--- /dev/null
+++ b/demos/2d/motion/engine.cfg
@@ -0,0 +1,11 @@
+[application]
+
+name="Motion Test"
+main_scene="res://motion.scn"
+
+[display]
+
+width=800
+height=600
+stretch_mode="2d"
+stretch_aspect="keep"