38 lines
927 B
Plaintext
38 lines
927 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="TowerGame3D"
|
||
|
run/main_scene="uid://bwftban1ppo17"
|
||
|
config/features=PackedStringArray("4.4")
|
||
|
config/icon="res://icon.svg"
|
||
|
|
||
|
[editor]
|
||
|
|
||
|
version_control/plugin_name="GitPlugin"
|
||
|
version_control/autoload_on_startup=true
|
||
|
|
||
|
[editor_plugins]
|
||
|
|
||
|
enabled=PackedStringArray("res://addons/PathMesh3D/plugin.cfg", "res://addons/git_describe/plugin.cfg")
|
||
|
|
||
|
[navigation]
|
||
|
|
||
|
3d/default_edge_connection_margin=1.5
|
||
|
|
||
|
[rendering]
|
||
|
|
||
|
lights_and_shadows/directional_shadow/soft_shadow_filter_quality=0
|
||
|
lights_and_shadows/positional_shadow/soft_shadow_filter_quality=0
|
||
|
anti_aliasing/quality/msaa_2d=1
|
||
|
anti_aliasing/quality/msaa_3d=1
|
||
|
anti_aliasing/quality/screen_space_aa=1
|