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.
43 lines
956 B
43 lines
956 B
; 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="MemoryEffect"
|
|
config/name_localized={
|
|
"en": "Memory Effect",
|
|
"zh_Hans": "记忆效应",
|
|
"zh_Hant": "記憶效應"
|
|
}
|
|
config/features=PackedStringArray("4.0", "C#", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1600
|
|
window/size/viewport_height=900
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="MemoryEffect"
|
|
|
|
[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
|