31 lines
660 B
Plaintext
31 lines
660 B
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="StarSkyPresenter"
|
|
run/main_scene="uid://lychvawyirrs"
|
|
config/features=PackedStringArray("4.5", "C#", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/subwindows/embed_subwindows=false
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="StarSkyPresenter"
|
|
|
|
[rendering]
|
|
|
|
anti_aliasing/quality/msaa_2d=3
|
|
anti_aliasing/quality/screen_space_aa=2
|
|
anti_aliasing/quality/use_taa=true
|