diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-05-19 21:36:35 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-05-19 21:36:35 -0300 |
commit | 221443c5a2d174e52d391d15d5f1c6b5c9496d57 (patch) | |
tree | dcea619ff3068a557c44aac5873676ea9e1a151c /demos/2d/normalmaps/engine.cfg | |
parent | f220183e40cb100cdfb8158c5217076377a62980 (diff) |
more fixes
-only refuse to load an older file if version major is different, fixes
#1944
-fix drive letter default value, fixes #1939
Diffstat (limited to 'demos/2d/normalmaps/engine.cfg')
-rw-r--r-- | demos/2d/normalmaps/engine.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/2d/normalmaps/engine.cfg b/demos/2d/normalmaps/engine.cfg index 3fc2048716..f0002dc2b8 100644 --- a/demos/2d/normalmaps/engine.cfg +++ b/demos/2d/normalmaps/engine.cfg @@ -2,3 +2,10 @@ name="2D Normal Mapping" main_scene="res://normalmap.scn" + +[display] + +stretch_mode="2d" +width=800 +height=600 +stretch_aspect="ignore" |