feat: folder colours
This commit is contained in:
parent
111485437c
commit
e075f55328
|
@ -15,6 +15,17 @@ run/main_scene="res://boot.tscn"
|
|||
config/features=PackedStringArray("4.2", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[file_customization]
|
||||
|
||||
folder_colors={
|
||||
"res://AI/": "green",
|
||||
"res://Animation/": "red",
|
||||
"res://Environments/": "blue",
|
||||
"res://GameObjects/": "purple",
|
||||
"res://Levels/": "pink",
|
||||
"res://bin/": "gray"
|
||||
}
|
||||
|
||||
[input]
|
||||
|
||||
lclick={
|
||||
|
|
Loading…
Reference in a new issue