engine.cfg 203 B

123456789101112131415161718
  1. [application]
  2. name="InteractiveCubes"
  3. main_scene="res://Main.tscn"
  4. icon="res://icon.png"
  5. [display]
  6. width=512
  7. height=512
  8. [physics_2d]
  9. motion_fix_enabled=true
  10. [render]
  11. default_clear_color=#ff1d2232