From 54f09390bb99ea918dcf4a31cd59880b333cd692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Tue, 19 Dec 2023 02:34:58 +0300 Subject: [PATCH] clean up project.godot --- project.godot | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 1183871..6395be5 100644 --- a/project.godot +++ b/project.godot @@ -1,10 +1,17 @@ +; 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="StreamGraph" config/version="0.0.2-dev" -config/tags=PackedStringArray() run/main_scene="res://graph_node_renderer/deck_holder_renderer.tscn" config/use_custom_user_dir=true config/custom_user_dir_name="streamgraph"