iFactory.Godot/project.godot

69 lines
2.0 KiB
Plaintext
Raw Normal View History

2023-06-12 15:51:41 +08: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="iFactory"
2023-06-15 21:52:13 +08:00
config/description="智慧工厂的映射与交互"
run/main_scene="res://Mods/EIPC/CPS.tscn"
2023-06-12 15:51:41 +08:00
config/features=PackedStringArray("4.0", "C#", "Forward Plus")
2023-06-15 21:52:13 +08:00
boot_splash/bg_color=Color(0.00392157, 0, 0.00392157, 1)
2023-06-12 15:51:41 +08:00
config/icon="res://icon.svg"
2023-06-15 21:52:13 +08:00
[autoload]
EntitiesManager="*res://Artists/Services/entities_manager.tscn"
SCADAService="*res://Artists/Services/scada_service.tscn"
BITApp="*res://Artists/Services/BITApp.tscn"
DebugMenu="*res://addons/debug_menu/debug_menu.tscn"
2023-06-16 17:08:59 +08:00
UXMetaService="*res://Artists/Services/UXMetaService.tscn"
2023-06-15 21:52:13 +08:00
UXService="*res://Artists/Services/UXService.tscn"
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
window/stretch/mode="viewport"
window/vsync/vsync_mode=2
2023-06-16 17:08:59 +08:00
mouse_cursor/vsync/vsync_mode=3
mouse_cursor/stretch/aspect="keep"
2023-06-15 21:52:13 +08:00
2023-06-12 15:51:41 +08:00
[dotnet]
project/assembly_name="iFactory"
2023-06-15 21:52:13 +08:00
export/ssil/half_size=true
[editor_plugins]
enabled=PackedStringArray("res://addons/ui_design_tool/plugin.cfg", "res://addons/BITPlugins/plugin.cfg", "res://addons/debug_menu/plugin.cfg")
2023-06-12 15:51:41 +08:00
[filesystem]
import/fbx/enabled=false
2023-06-15 21:52:13 +08:00
[input]
cycle_debug_menu={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":4194317,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
2023-06-12 15:51:41 +08:00
[rendering]
2023-06-15 21:52:13 +08:00
driver/threads/thread_model=2
textures/vram_compression/import_etc2_astc=true
global_illumination/voxel_gi/quality=1
environment/ssao/half_size=false
environment/ssil/half_size=false
2023-06-12 15:51:41 +08:00
anti_aliasing/quality/msaa_3d=3
anti_aliasing/quality/screen_space_aa=1
anti_aliasing/quality/use_taa=true