project.godot 925 B

123456789101112131415161718192021222324252627282930313233343536373839
  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="spine-godot-examples"
  11. run/main_scene="res://examples/04-simple-input/simple-input.tscn"
  12. config/features=PackedStringArray("4.1", "C#")
  13. run/low_processor_mode=true
  14. config/icon="res://icon.png"
  15. [dotnet]
  16. project/assembly_name="spine-godot-examples"
  17. [global]
  18. batch=false
  19. [physics]
  20. common/enable_pause_aware_picking=true
  21. [rendering]
  22. batching/parameters/max_join_item_commands=100
  23. batching/parameters/batch_buffer_size=65535
  24. batching/parameters/item_reordering_lookahead=100
  25. quality/driver/driver_name="GLES2"
  26. vram_compression/import_etc=true
  27. vram_compression/import_etc2=false
  28. environment/default_environment="res://default_env.tres"