yagvm/project.godot

32 lines
692 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-25 11:29:44 +00:00
run/main_scene="res://UI/Main/GroupsView.tscn"
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")
run/low_processor_mode=true
2023-03-04 09:22:27 +00:00
config/icon="res://icon.svg"
2023-05-25 11:29:44 +00:00
[autoload]
GithubReleasesFetcher="*res://Classes/GithubReleasesFetcher.gd"
2023-03-06 12:27:17 +00:00
[display]
window/subwindows/embed_subwindows=false
[editor]
naming/scene_name_casing=1