[TASK] Added main "game manager" to switch between the minigame and the map + added simple UI to show that a sticker was collected

This commit is contained in:
2019-08-28 01:11:46 +02:00
parent 9057c295da
commit c52392eacd
16 changed files with 2423 additions and 102 deletions

View File

@@ -29,7 +29,7 @@ public class CollectableDuck: MonoBehaviour
{
throw new Exception("Unknown duck clicked in '" + gameObject.name + "'");
}
CollectableDuckManager.Instance.DuckCollected(CollectableDuckData);
CollectableDuckManager.Instance.OnDuckClicked(CollectableDuckData);
}
}
}