project.godot 780 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. _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://run/menu.tscn"
  21. config/features=PackedStringArray("4.0", "Mobile")
  22. config/icon="res://StarKissLogo.png"
  23. [display]
  24. window/size/viewport_width=1920
  25. window/size/viewport_height=1080
  26. [rendering]
  27. renderer/rendering_method="mobile"
  28. environment/defaults/default_clear_color=Color(0, 0, 0, 1)