Updated project settings and added plugins

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.
This commit is contained in:
Dan 2024-06-01 13:06:00 +01:00
parent 052dc00039
commit 6902efeee8

View file

@ -11,5 +11,14 @@ config_version=5
[application] [application]
config/name="Glowlings" config/name="Glowlings"
run/main_scene="res://levels/test_level.tscn"
config/features=PackedStringArray("4.2", "Forward Plus") config/features=PackedStringArray("4.2", "Forward Plus")
config/icon="res://icon.svg" config/icon="res://icon.svg"
[editor_plugins]
enabled=PackedStringArray("res://addons/log/plugin.cfg")
[rendering]
renderer/rendering_method="mobile"