[TASK] Added more duck spawn, performance fixes, instruction in the minigame, option to zoom in on stickers
This commit is contained in:
11
Assets/ProfileButton.cs
Normal file
11
Assets/ProfileButton.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class ProfileButton : MonoBehaviour
|
||||
{
|
||||
public void OnProfileButtonClicked()
|
||||
{
|
||||
BadeendGoGameManager.Instance.GameState = GameState.StickerOverview;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user