From 12c31eb2bf1b3bd044fd2cd7e342a7f6689f4df0 Mon Sep 17 00:00:00 2001 From: lucastucious Date: Fri, 18 Jul 2025 00:46:52 +0200 Subject: [PATCH] don't rename addons folder --- project.godot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.godot b/project.godot index 22adb3e..3e4db1c 100644 --- a/project.godot +++ b/project.godot @@ -22,8 +22,8 @@ enabled=PackedStringArray("res://addons/SimpleFormatOnSave/plugin.cfg") [file_customization] folder_colors={ -"res://Addons/": "red", -"res://Core/": "blue" +"res://Core/": "blue", +"res://addons/": "red" } [game]