39 lines
699 B
Plaintext
Raw Normal View History

2024-01-23 23:09:50 +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="Server"
run/main_scene="res://Server.tscn"
config/features=PackedStringArray("4.2", "Forward Plus")
run/max_fps=100
run/low_processor_mode_sleep_usec=1
[audio]
driver/driver="Dummy"
[autoload]
Grid="*res://grid/Grid.gd"
[debug]
settings/stdout/verbose_stdout=true
[editor]
run/main_run_args="--headless --text-driver Dummy"
[physics]
3d/run_on_separate_thread=true
common/physics_ticks_per_second=100