Fix win scene not reachable #20

Merged
JanGross merged 1 commits from bugfix_win_state into master 2023-07-09 16:05:34 +02:00

View File

@@ -78,6 +78,7 @@ public class QuestManager : MonoBehaviour
{
Debug.Log("All quests completed");
GameManager.Instance.FadePingPong(Win);
return;
}