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="智慧工厂的映射与交互"
|
2023-06-29 01:01:52 +08:00
|
|
|
run/main_scene="res://Mods/教育平台/教育平台主菜单.tscn"
|
2023-07-08 00:02:32 +08:00
|
|
|
config/features=PackedStringArray("4.1", "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"
|
|
|
|
BITApp="*res://Artists/Services/BITApp.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
|
2023-07-08 00:02:32 +08:00
|
|
|
window/stretch/mode="canvas_items"
|
2023-07-09 00:48:08 +08:00
|
|
|
window/stretch/aspect="expand"
|
2023-06-15 21:52:13 +08:00
|
|
|
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
|
|
|
|
|
2023-06-12 15:51:41 +08:00
|
|
|
[filesystem]
|
|
|
|
|
|
|
|
import/fbx/enabled=false
|
|
|
|
|
2023-06-29 01:01:52 +08:00
|
|
|
[gui]
|
|
|
|
|
2023-07-03 02:34:01 +08:00
|
|
|
theme/custom="res://Artists/Themes/Factory_Theme.tres"
|
2023-06-29 01:01:52 +08:00
|
|
|
|
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
|