Files
godot-demo-projects/misc/tween/engine.cfg
2017-07-15 12:33:34 +02:00

14 lines
178 B
INI

[application]
name="Tween Demo"
main_scene="res://main.tscn"
icon="res://icon.png"
target_fps=60
[display]
height=800
width=1024
stretch_mode="2d"
stretch_aspect="keep_width"