project.godot 710 B

1234567891011121314151617181920212223242526272829303132333435
  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. _global_script_classes=[{
  10. "base": "RefCounted",
  11. "class": &"Music",
  12. "language": &"GDScript",
  13. "path": "res://utility/Music.gd"
  14. }]
  15. _global_script_class_icons={
  16. "Music": ""
  17. }
  18. [application]
  19. config/name="StarKiss"
  20. run/main_scene="res://world.tscn"
  21. config/features=PackedStringArray("4.0", "Mobile")
  22. config/icon="res://icon.svg"
  23. [display]
  24. window/size/viewport_width=1920
  25. window/size/viewport_height=1080
  26. [rendering]
  27. renderer/rendering_method="mobile"