mirror of
https://github.com/marinho/godot-visual-effects.git
synced 2025-09-19 20:26:23 +08:00
30 lines
614 B
Plaintext
30 lines
614 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="godot-visual-effects"
|
|
run/main_scene="res://particle-effects.tscn"
|
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=2304
|
|
window/size/viewport_height=1296
|
|
|
|
[dotnet]
|
|
|
|
project/assembly_name="godot-visual-effects"
|
|
|
|
[filesystem]
|
|
|
|
import/fbx/enabled=false
|