57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
; 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="模拟宗门"
|
|
run/main_scene="uid://d1odycoaqhhyg"
|
|
config/features=PackedStringArray("4.7", "Forward Plus")
|
|
|
|
[autoload]
|
|
|
|
GameState="*res://src/Core/GameState.gd"
|
|
TimeSystem="*res://src/Core/TimeSystem.gd"
|
|
Settings="*res://src/Core/Settings.gd"
|
|
SectManager="*res://src/Core/SectManager.gd"
|
|
GameConfig="*res://src/Core/GameConfig.gd"
|
|
DiscipleManager="*res://src/Character/DiscipleManager.gd"
|
|
CultivationManager="*res://src/Character/CultivationManager.gd"
|
|
BuildingManager="*res://src/Sect/BuildingManager.gd"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1920
|
|
window/size/viewport_height=1080
|
|
window/stretch/mode="viewport"
|
|
window/size/window_mode=2
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="模拟宗门"
|
|
|
|
[internationalization]
|
|
|
|
locale/locale_filter_mode=1
|
|
locale/script_filter=["Hans"]
|
|
locale/country_filter=["CN"]
|
|
locale/language_filter=[]
|
|
|
|
[physics]
|
|
|
|
3d/physics_engine="Jolt Physics"
|
|
|
|
[rendering]
|
|
|
|
rendering_device/driver.windows="d3d12"
|
|
anti_aliasing/quality/msaa_2d=3
|
|
anti_aliasing/quality/msaa_3d=3
|
|
anti_aliasing/quality/screen_space_aa=2
|
|
anti_aliasing/quality/use_taa=true
|