Add Advanced and Elite Enemy prefabs; adjust attributes and implement projectile behavior
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Systems
|
||||
if (Instance == null)
|
||||
{
|
||||
Instance = this;
|
||||
DontDestroyOnLoad(gameObject);
|
||||
// DontDestroyOnLoad(gameObject);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user