From 6902efeee8a44187eb22ad48973405a93f053521 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 1 Jun 2024 13:06:00 +0100 Subject: [PATCH] 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. --- project.godot | 9 +++++++++ 1 file changed, 9 insertions(+) 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"