Refactoring

This commit is contained in:
2026-01-07 22:09:56 -06:00
parent fff088a0a7
commit b7716201d8
62 changed files with 110 additions and 78 deletions

View File

@@ -17,13 +17,12 @@ config/icon="res://icon.svg"
[autoload]
PHYSICS="*res://singleton/GamePhysics.gd"
PAUSE="*res://singleton/Pause.gd"
TRANSITION="*res://singleton/Transition.tscn"
UI="*res://singleton/UI.tscn"
QUEST="*res://singleton/Quest.tscn"
OVERWORLD="*res://singleton/Overworld.gd"
SCENE="*res://singleton/Scene.gd"
UI="*res://ui/UI.tscn"
QUEST="*res://quest/Quest.tscn"
OVERWORLD="*res://overworld/Overworld.gd"
SCENE="*res://scene/Scene.gd"
ControllerIcons="*res://addons/controller_icons/ControllerIcons.gd"
[debug]