glowlings/project.godot
2024-06-01 17:35:21 +01:00

26 lines
615 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"
[display]
window/stretch/mode="canvas_items"
window/stretch/scale=2.0
window/stretch/scale_mode="integer"
[editor_plugins]
enabled=PackedStringArray("res://addons/log/plugin.cfg")