mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
clean up project.godot
This commit is contained in:
parent
4922f7cafe
commit
54f09390bb
1 changed files with 8 additions and 1 deletions
|
@ -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
|
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()
|
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue