The main scene for the application has been set to a test level. An editor plugin has been enabled, specifically one related to logging. The rendering method has also been switched to mobile for better performance on handheld devices.
24 lines
556 B
Text
24 lines
556 B
Text
; 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
|
|
|
|
[application]
|
|
|
|
config/name="Glowlings"
|
|
run/main_scene="res://levels/test_level.tscn"
|
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PackedStringArray("res://addons/log/plugin.cfg")
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="mobile"
|