2026-07-04 18:22:23 -06: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="NetworkSensor"
|
|
|
|
|
run/main_scene="uid://cckxwooodbwpx"
|
|
|
|
|
config/features=PackedStringArray("4.7", "Forward Plus")
|
|
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
|
|
Draw3d="*uid://ct37h7r6osrbn"
|
|
|
|
|
Constants="*uid://qhcebwlrvy1s"
|
|
|
|
|
Signals="*uid://bu6echih25hu7"
|
|
|
|
|
ServerSignals="*uid://cruxo1oxs15eh"
|
|
|
|
|
DataSignals="*uid://ck7cep2adw82g"
|
|
|
|
|
SensorSignals="*uid://b2pc7sfvudvig"
|
|
|
|
|
SettingSignals="*uid://csng7b51505w0"
|
|
|
|
|
DisplayData="*uid://xunxbytiofa2"
|
|
|
|
|
Bisect="*uid://crwgaltrjx4ff"
|
2026-07-04 23:49:20 -06:00
|
|
|
TimeHelpers="*uid://dqtc81pc74lcr"
|
2026-07-04 18:22:23 -06:00
|
|
|
|
2026-07-06 13:57:09 -06:00
|
|
|
[debug]
|
|
|
|
|
|
|
|
|
|
file_logging/enable_file_logging=true
|
|
|
|
|
|
2026-07-04 18:22:23 -06:00
|
|
|
[display]
|
|
|
|
|
|
|
|
|
|
window/size/viewport_width=800
|
|
|
|
|
window/size/viewport_height=800
|
|
|
|
|
|
|
|
|
|
[physics]
|
|
|
|
|
|
|
|
|
|
3d/physics_engine="Jolt Physics"
|
|
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
|
|
rendering_device/driver.windows="d3d12"
|