initial commit
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
; 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"
|
||||
Loggie="*uid://bmh2auo806k0k"
|
||||
LoggieConsoleAutoload="*uid://d0sxs0is80byx"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/viewport_width=800
|
||||
window/size/viewport_height=800
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/loggie-console/plugin.cfg", "res://addons/loggie/plugin.cfg")
|
||||
|
||||
[physics]
|
||||
|
||||
3d/physics_engine="Jolt Physics"
|
||||
|
||||
[rendering]
|
||||
|
||||
rendering_device/driver.windows="d3d12"
|
||||
Reference in New Issue
Block a user