yagvm/project.godot

32 lines
680 B
Plaintext
Raw Normal View History

2023-03-04 09:22:27 +00:00
; 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="yagvm"
2023-05-27 00:46:46 +00:00
run/main_scene="res://UI/Main/Main.tscn"
2023-05-25 11:29:44 +00:00
config/use_custom_user_dir=true
config/custom_user_dir_name="yagvm"
2023-03-04 09:22:27 +00:00
config/features=PackedStringArray("4.0", "Forward Plus")
config/icon="res://icon.svg"
2023-05-25 11:29:44 +00:00
[autoload]
2023-05-25 18:45:00 +00:00
DotEnv="*res://Classes/DotEnv.gd"
ReleasesManager="*res://Classes/ReleasesManager.gd"
2023-05-25 11:29:44 +00:00
2023-03-06 12:27:17 +00:00
[display]
window/subwindows/embed_subwindows=false
[editor]
naming/scene_name_casing=1