mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
24 lines
652 B
Text
24 lines
652 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://graph_node_renderer/deck_renderer_graph_edit.tscn"
|
|
config/use_custom_user_dir=true
|
|
config/custom_user_dir_name="dotdeck"
|
|
config/features=PackedStringArray("4.1", "Forward Plus")
|
|
run/low_processor_mode=true
|
|
config/icon="res://icon.svg"
|
|
|
|
[autoload]
|
|
|
|
NodeDB="*res://classes/deck/node_db.gd"
|