Add Advanced and Elite Enemy prefabs; adjust attributes and implement projectile behavior

This commit is contained in:
2025-07-12 22:38:21 +02:00
parent e3e58f89cb
commit 6511a5586e
16 changed files with 1438 additions and 134 deletions

View File

@@ -37,7 +37,7 @@ namespace Systems
if (Instance == null)
{
Instance = this;
DontDestroyOnLoad(gameObject);
// DontDestroyOnLoad(gameObject);
}
else
{