This commit is contained in:
brausjonas
2023-02-26 21:37:11 +01:00
parent 1b34f885b3
commit 63ed43576c
34 changed files with 3708 additions and 355 deletions
@@ -20,6 +20,7 @@ public abstract class Player : MonoBehaviour
public int coins = 0;
public TMP_Text textCoinsInfo;
protected bool eventstop = false;
public UIHandler uiHandler;
//for coin animation
private AnimationHandler animationHandler;