Consistent SYSTEMS

This commit is contained in:
2025-05-25 14:37:30 -05:00
parent 48f3e57a44
commit 470fd62e2f
34 changed files with 65 additions and 106 deletions

View File

@@ -17,19 +17,19 @@ config/icon="res://icon.svg"
[autoload]
BATTLE="*res://scripts/Singleton/Battle.gd"
COOKING="*res://scripts/Singleton/Cooking.gd"
OVERWORLD="*res://scripts/Singleton/Overworld.gd"
BATTLE="*res://scripts/Singleton/BattleSystem.gd"
COOKING="*res://scripts/Singleton/CookingSystem.gd"
OVERWORLD="*res://scripts/Singleton/OverworldSystem.gd"
ITEM="*res://scenes/Singletons/Item.tscn"
PAUSE="*res://scripts/Singleton/Pause.gd"
PAUSE="*res://scripts/Singleton/PauseSystem.gd"
QUEST="*res://scenes/Singletons/Quest.tscn"
SCENE_MANAGER="*res://scripts/Singleton/SceneManager.gd"
SCENE_MANAGER="*res://scripts/Singleton/SceneSystem.gd"
UI="*res://scenes/Singletons/UI.tscn"
VN="*res://scripts/Singleton/VN.gd"
VN="*res://scripts/Singleton/VNSystem.gd"
LOAD="*res://scenes/Singletons/Load.tscn"
EVENT="*res://scripts/Singleton/Event.gd"
EVENT="*res://scripts/Singleton/EventSystem.gd"
RECIPE="*res://scenes/Singletons/Recipe.tscn"
LOCALE="*res://scripts/Singleton/Locale.gd"
LOCALE="*res://scripts/Singleton/LocaleSystem.gd"
ControllerIcons="*res://addons/controller_icons/ControllerIcons.gd"
[display]