mirror of
https://github.com/marinho/godot-visual-effects.git
synced 2024-12-22 22:47:28 +08:00
34 lines
700 B
Plaintext
34 lines
700 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", "C#", "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"
|
|
|
|
[editor]
|
|
|
|
movie_writer/movie_file="/Users/D065642/Lab/Godot/videos/output.avi"
|
|
|
|
[filesystem]
|
|
|
|
import/fbx/enabled=false
|