Remove new object in spawnScript
This commit is contained in:
parent
042800be1f
commit
63f230f45b
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;
|
||||
|
Loading…
Reference in New Issue
Block a user