miggor-StreamGraph/project.godot

18 lines
501 B
Text
Raw Normal View History

2023-06-10 05:15:08 +02:00
; 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")
2023-06-12 17:32:36 +02:00
run/main_scene="res://graph_node_renderer/deck_renderer_graph_edit.tscn"
2023-06-10 05:15:08 +02:00
config/features=PackedStringArray("4.1", "Forward Plus")
config/icon="res://icon.svg"