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:
parent
052dc00039
commit
6902efeee8
1 changed files with 9 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue