diff --git a/Assets/ShopButton.cs b/Assets/ShopButton.cs index 898fca5..f68605d 100644 --- a/Assets/ShopButton.cs +++ b/Assets/ShopButton.cs @@ -46,5 +46,6 @@ public class ShopButton : MonoBehaviour player.dashCooldownSeconds += amount; break; } + GameObject.FindGameObjectWithTag("GameController").GetComponent().NewWave(); } }