remove old tag from project.godot

This commit is contained in:
Lera Elvoé 2023-12-18 22:21:01 +03:00
parent 4ed03eddb0
commit 29e903408e
No known key found for this signature in database

View file

@ -1,18 +1,10 @@
; 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 config_version=5
[application] [application]
config/name="StreamGraph" config/name="StreamGraph"
config/version="0.0.2-dev" config/version="0.0.2-dev"
config/tags=PackedStringArray("dot_deck") config/tags=PackedStringArray()
run/main_scene="res://graph_node_renderer/deck_holder_renderer.tscn" run/main_scene="res://graph_node_renderer/deck_holder_renderer.tscn"
config/use_custom_user_dir=true config/use_custom_user_dir=true
config/custom_user_dir_name="streamgraph" config/custom_user_dir_name="streamgraph"