Add VN textbox (needs some more bug fixing)

This commit is contained in:
2025-01-07 22:14:17 -06:00
parent 93c740f1ff
commit 75082e0598
10 changed files with 191 additions and 9 deletions

View File

@@ -24,6 +24,7 @@ func getState() -> QuestState:
return questState;
func start():
print("Starting quest: " + questName);
questState = QuestState.ACTIVE;
currentObjective = 0;