mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
17 lines
461 B
Text
17 lines
461 B
Text
; 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="Re-DotDeck"
|
|
config/tags=PackedStringArray("dot_deck")
|
|
run/main_scene="res://test.tscn"
|
|
config/features=PackedStringArray("4.1", "Forward Plus")
|
|
config/icon="res://icon.svg"
|