Moving files pre-refactor

This commit is contained in:
2025-08-03 21:10:58 -05:00
parent 29ebb68215
commit e0dd14c460
527 changed files with 3337 additions and 3093 deletions

View File

@@ -17,13 +17,13 @@ config/icon="res://icon.svg"
[autoload]
PHYSICS="*res://scripts/singletons/GamePhysics.gd"
PAUSE="*res://scripts/singletons/Pause.gd"
TRANSITION="*res://scenes/singletons/Transition.tscn"
UI="*res://scenes/singletons/UI.tscn"
QUEST="*res://scenes/singletons/Quest.tscn"
OVERWORLD="*res://scripts/singletons/Overworld.gd"
LOAD="*res://scenes/singletons/Load.tscn"
PHYSICS="*res://singletons/GamePhysics.gd"
PAUSE="*res://singletons/Pause.gd"
TRANSITION="*res://singletons/Transition.tscn"
UI="*res://singletons/UI.tscn"
QUEST="*res://singletons/Quest.tscn"
OVERWORLD="*res://singletons/Overworld.gd"
SCENE="*res://singletons/Scene.gd"
[debug]