1234567891011121314151617181920212223242526272829303132333435 |
- ; 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://world.tscn"
- config/features=PackedStringArray("4.0", "Mobile")
- config/icon="res://icon.svg"
- [display]
- window/size/viewport_width=1920
- window/size/viewport_height=1080
- [rendering]
- renderer/rendering_method="mobile"
|