123456789101112131415161718192021222324252627282930313233343536 |
- ; Engine configuration file.
- ; It's best edited using the editor UI and not directly,
- ; since the parameters that go here are not all obvious.
- ;
- ; Format:
- ; [section] ; section goes between []
- ; param=value ; assign values to parameters
- config_version=5
- _global_script_classes=[{
- "base": "RefCounted",
- "class": &"Music",
- "language": &"GDScript",
- "path": "res://utility/Music.gd"
- }]
- _global_script_class_icons={
- "Music": ""
- }
- [application]
- config/name="StarKiss"
- run/main_scene="res://run/menu.tscn"
- config/features=PackedStringArray("4.0", "Mobile")
- config/icon="res://StarKissLogo.png"
- [display]
- window/size/viewport_width=1920
- window/size/viewport_height=1080
- [rendering]
- renderer/rendering_method="mobile"
- environment/defaults/default_clear_color=Color(0, 0, 0, 1)
|