diff --git a/project.godot b/project.godot index 8c8bcaa..5a2f860 100644 --- a/project.godot +++ b/project.godot @@ -11,5 +11,14 @@ 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"