mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
add folder colors
This commit is contained in:
parent
d4d17be574
commit
83f6fa1fae
1 changed files with 10 additions and 0 deletions
|
@ -23,6 +23,16 @@ config/icon="res://dist/logo-flattened.svg"
|
|||
|
||||
enabled=PackedStringArray("res://addons/no-obs-ws/plugin.cfg", "res://addons/no_twitch/plugin.cfg")
|
||||
|
||||
[file_customization]
|
||||
|
||||
folder_colors={
|
||||
"res://classes/": "red",
|
||||
"res://classes/deck/": "yellow",
|
||||
"res://classes/deck/nodes/": "green",
|
||||
"res://dist/": "gray",
|
||||
"res://graph_node_renderer/": "teal"
|
||||
}
|
||||
|
||||
[gui]
|
||||
|
||||
theme/custom="res://graph_node_renderer/default_theme.tres"
|
||||
|
|
Loading…
Reference in a new issue