From ae4043d23074964f836fd6dc91d2933aca64e626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A4=D1=91=D0=B4=D0=BE=D1=80=20=D0=92=D0=B5=D1=81=D0=B5?= =?UTF-8?q?=D0=BB=D0=BE=D0=B2?= Date: Wed, 2 Oct 2024 21:45:11 +0500 Subject: [PATCH] plant folder color --- project.godot | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/project.godot b/project.godot index 312c0cd..937e7bc 100644 --- a/project.godot +++ b/project.godot @@ -31,6 +31,14 @@ window/stretch/mode="canvas_items" project/assembly_name="NewLON" +[file_customization] + +folder_colors={ +"res://assets/sprites/atlases/plants/": "green", +"res://resources/plants/": "green", +"res://scenes/entities/plants/": "green" +} + [gui] theme/custom="res://resources/themes/GameStyle.tres"