mirror of
https://github.com/Relintai/regression-test-project.git
synced 2024-11-12 10:25:30 +01:00
31 lines
533 B
Plaintext
31 lines
533 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]
|
|
|
|
run/main_scene="res://All.tscn"
|
|
|
|
[autoload]
|
|
|
|
Autoload="*res://Autoload.gd"
|
|
|
|
[memory]
|
|
|
|
limits/message_queue/max_size_kb=131072
|
|
|
|
[rendering]
|
|
|
|
environment/default_environment="res://Environment.tres"
|