31 lines
638 B
Plaintext
31 lines
638 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="iFactory"
|
|
run/main_scene="res://Maps/Prototype.tscn"
|
|
config/features=PackedStringArray("4.0", "C#", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="iFactory"
|
|
|
|
[filesystem]
|
|
|
|
import/fbx/enabled=false
|
|
|
|
[rendering]
|
|
|
|
anti_aliasing/quality/msaa_3d=3
|
|
anti_aliasing/quality/screen_space_aa=1
|
|
anti_aliasing/quality/use_taa=true
|