engine.cfg 178 B

12345678910111213
  1. [application]
  2. name="Tween Demo"
  3. main_scene="res://main.tscn"
  4. icon="res://icon.png"
  5. target_fps=60
  6. [display]
  7. height=800
  8. width=1024
  9. stretch_mode="2d"
  10. stretch_aspect="keep_width"