diff options
author | Juan Linietsky <red@kyoko> | 2015-05-27 17:30:50 -0300 |
---|---|---|
committer | Juan Linietsky <red@kyoko> | 2015-05-27 17:30:50 -0300 |
commit | f62961aba3d9e11d4741649a591217796151a46c (patch) | |
tree | 3328c0c47ced8e11fcd10f384ae446b8cb46f7f9 /demos | |
parent | 57a78ec06bccbb55a85c73891d88b983b4f01c94 (diff) |
-fix bug in animation editor
-fix crash bug in physics motion, closes #1993
Diffstat (limited to 'demos')
-rw-r--r-- | demos/2d/motion/engine.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/2d/motion/engine.cfg b/demos/2d/motion/engine.cfg index 064de6b331..261111904c 100644 --- a/demos/2d/motion/engine.cfg +++ b/demos/2d/motion/engine.cfg @@ -2,3 +2,10 @@ name="Motion Test" main_scene="res://motion.scn" + +[display] + +width=800 +height=600 +stretch_mode="2d" +stretch_aspect="keep" |