Revamp stuff (no one else is reading this it's fine)

This commit is contained in:
2022-08-19 21:31:55 -07:00
parent 82fe821806
commit ab8a11c7bf
35 changed files with 2566 additions and 1422 deletions

View File

@@ -17,7 +17,7 @@ public class PlayerSpawnController : MonoBehaviour
if (otherSpawnControllers.Any())
Destroy(this);
else
DontDestroyOnLoad(this);
DontDestroyOnLoad(this.gameObject);
}
private void Start()