Moving files pre-refactor
This commit is contained in:
@@ -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]
|
||||
|
||||
|
Reference in New Issue
Block a user