iFactory.Godot/project.godot

59 lines
1.3 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="智慧工厂的映射与交互"
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]
2023-09-16 01:16:31 +08:00
EntitiesManager="res://Artists/Services/entities_manager.tscn"
BITApp="res://Artists/Services/BITApp.tscn"
UXMetaService="res://Artists/Services/UXMetaService.tscn"
UXService="res://Artists/Services/UXService.tscn"
2023-06-15 21:52:13 +08:00
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
2023-07-08 00:02:32 +08:00
window/stretch/mode="canvas_items"
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/stretch/aspect="keep"
2023-09-16 01:16:31 +08:00
mouse_cursor/vsync/vsync_mode=3
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
2023-07-18 16:42:33 +08:00
[editor_plugins]
2023-09-16 01:16:31 +08:00
enabled=PackedStringArray()
2023-07-18 16:42:33 +08:00
2023-06-12 15:51:41 +08:00
[filesystem]
2023-09-16 01:16:31 +08:00
import/blender/enabled=false
2023-06-12 15:51:41 +08:00
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-12 15:51:41 +08:00
[rendering]
anti_aliasing/quality/msaa_3d=3
anti_aliasing/quality/screen_space_aa=1
anti_aliasing/quality/use_taa=true