From fae01da58dbea66af402807d7409fa53602f71fa Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Sat, 14 Oct 2017 22:07:19 +0200 Subject: Finished wavesystem. Should improve graph for how many enemies should spawn each time --- td/Assets/Scripts/tower.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'td/Assets/Scripts/tower.cs') diff --git a/td/Assets/Scripts/tower.cs b/td/Assets/Scripts/tower.cs index d99f937..004605b 100644 --- a/td/Assets/Scripts/tower.cs +++ b/td/Assets/Scripts/tower.cs @@ -89,7 +89,6 @@ public class Tower : MonoBehaviour { _fireCountdown -= Time.deltaTime; - } void Shoot() { -- cgit v1.2.3