2020-08-05 11:03:11 +02: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=4
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
2020-11-17 19:21:50 +01:00
|
|
|
run/main_scene="res://Start.tscn"
|
2020-10-29 08:52:56 +01:00
|
|
|
config/icon="res://icon.png"
|
2020-08-05 11:03:11 +02:00
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
2020-10-29 08:52:56 +01:00
|
|
|
Autoload="*res://Autoload/Autoload.gd"
|
2021-02-16 08:21:20 +01:00
|
|
|
ValueCreator="*res://AutomaticBugs/ValueCreator.gd"
|
|
|
|
BasicData="*res://AutomaticBugs/BasicData.gd"
|
2021-04-04 12:50:40 +02:00
|
|
|
ParseArgumentType="*res://AutomaticBugs/ParseArgumentType.gd"
|
2020-10-29 08:52:56 +01:00
|
|
|
|
|
|
|
[debug]
|
|
|
|
|
|
|
|
gdscript/warnings/enable=false
|
|
|
|
gdscript/warnings/standalone_expression=false
|
2020-08-05 11:03:11 +02:00
|
|
|
|
2021-02-23 19:12:20 +01:00
|
|
|
[logging]
|
|
|
|
|
|
|
|
file_logging/enable_file_logging.pc=false
|
|
|
|
|
2020-08-05 11:03:11 +02:00
|
|
|
[memory]
|
|
|
|
|
|
|
|
limits/message_queue/max_size_kb=131072
|
|
|
|
|
2020-10-29 08:52:56 +01:00
|
|
|
[network]
|
|
|
|
|
|
|
|
limits/debugger_stdout/max_chars_per_second=16384
|
|
|
|
limits/debugger_stdout/max_messages_per_frame=100
|
|
|
|
limits/debugger_stdout/max_errors_per_second=1000
|
|
|
|
limits/debugger_stdout/max_warnings_per_second=1000
|
|
|
|
|
2020-08-05 11:03:11 +02:00
|
|
|
[rendering]
|
|
|
|
|
|
|
|
environment/default_environment="res://Environment.tres"
|