You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.0 KiB
44 lines
1.0 KiB
; 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="DKPK"
|
|
config/name_localized={
|
|
"en": "Dessert Kriege und Panzerkorps",
|
|
"zh_Hans": "甜点战争与装甲兵团",
|
|
"zh_Hant": "甜點戰爭與裝甲兵團"
|
|
}
|
|
run/main_scene="res://Scenes/MainScene.tscn"
|
|
config/features=PackedStringArray("4.1", "C#", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1600
|
|
window/size/viewport_height=900
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="DKPK"
|
|
|
|
[editor]
|
|
|
|
script/templates_search_path="res://ScriptTemplates"
|
|
naming/default_signal_callback_name="On_{NodeName}_{SignalName}"
|
|
naming/default_signal_callback_to_self_name="On_{SignalName}"
|
|
naming/scene_name_casing=1
|
|
|
|
[rendering]
|
|
|
|
anti_aliasing/quality/msaa_2d=1
|
|
anti_aliasing/quality/msaa_3d=1
|
|
anti_aliasing/quality/screen_space_aa=1
|