29 lines
664 B
Plaintext
29 lines
664 B
Plaintext
; 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=4
|
|
|
|
_global_script_classes=[ ]
|
|
_global_script_class_icons={
|
|
|
|
}
|
|
|
|
[application]
|
|
|
|
config/name="Vest"
|
|
run/main_scene="res://Main.tscn"
|
|
config/use_custom_user_dir=true
|
|
config/custom_user_dir_name="Vest"
|
|
|
|
[autoload]
|
|
|
|
NetworkService="*res://Services/NetworkService.gd"
|
|
CLIService="*res://Services/CLIService.gd"
|
|
ConsoleService="*res://Services/ConsoleService.gd"
|
|
PackageService="*res://Services/PackageService.gd"
|