project.godot 777 B

123456789101112131415161718192021222324252627282930313233343536
  1. ; Engine configuration file.
  2. ; It's best edited using the editor UI and not directly,
  3. ; since the parameters that go here are not all obvious.
  4. ;
  5. ; Format:
  6. ; [section] ; section goes between []
  7. ; param=value ; assign values to parameters
  8. config_version=5
  9. [application]
  10. config/name="MIDI Piano Demo"
  11. config/tags=PackedStringArray("audio", "demo", "official")
  12. run/main_scene="res://piano.tscn"
  13. config/features=PackedStringArray("4.2")
  14. config/icon="res://icon.webp"
  15. [display]
  16. window/size/viewport_width=1280
  17. window/size/viewport_height=200
  18. [network]
  19. limits/debugger_stdout/max_chars_per_second=2048000
  20. [physics]
  21. common/enable_pause_aware_picking=true
  22. [rendering]
  23. quality/driver/driver_name="GLES2"
  24. vram_compression/import_etc=true
  25. vram_compression/import_etc2=false