Polishing the sprites

This commit is contained in:
2018-04-22 23:36:11 +10:00
parent c25705bd01
commit c6b700f51e
35 changed files with 1643 additions and 5 deletions
+3 -1
View File
@@ -39,7 +39,9 @@ public class BlockIce : MonoBehaviour {
bomb.GetComponent<Bomb> ().timer = bombTimer;
bomb.GetComponent<Bomb> ().respawner = respawner;
}
respawner.enabled = true;
if (respawner != null) {
respawner.enabled = true;
}
Destroy (gameObject);
}