Remove new object in spawnScript
This commit is contained in:
Binary file not shown.
@@ -8,7 +8,7 @@ public class SpawnManager : MonoBehaviour
|
||||
public List<GameObject> enemyList = new List<GameObject>();
|
||||
public List<Transform> spawnPoints = new List<Transform>();
|
||||
public int enemyStartNumber = 5;
|
||||
public GameObject Sun = new GameObject();
|
||||
public GameObject Sun;
|
||||
|
||||
|
||||
bool night = false;
|
||||
|
Reference in New Issue
Block a user