Consistent SYSTEMS
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user