godot/demos/2d/motion/engine.cfg

13 lines
159 B
INI
Raw Normal View History

[application]
name="Motion Test"
main_scene="res://motion.scn"
icon="res://icon.png"
2015-06-02 04:35:23 +02:00
[display]
width=800
height=600
stretch_mode="2d"
stretch_aspect="keep"