Fixed UI system

This commit is contained in:
2025-05-06 16:08:46 -05:00
parent b0d9106772
commit 85a7ed99bf
44 changed files with 158 additions and 87 deletions

View File

@@ -24,9 +24,10 @@ COOKING="*res://scripts/Singletons/Cooking.gd"
ITEM="*res://scripts/Singletons/Item.gd"
OVERWORLD="*res://scripts/Singletons/Overworld.gd"
PAUSE="*res://scripts/Singletons/Pause.gd"
QUEST="*res://scripts/Singletons/Quest.gd"
QUEST="*res://scenes/Singletons/Quest.tscn"
SCENE_MANAGER="*res://scripts/Singletons/SceneManager.gd"
VN="*res://scenes/Singletons/VN.tscn"
UI="*res://scenes/Singletons/UI.tscn"
[dotnet]