Units, bloom, lighting, rotational

This commit is contained in:
2024-12-15 17:41:03 -06:00
parent b9a1347fae
commit 29fdb6cbf0
15 changed files with 902 additions and 76 deletions

View File

@@ -53,7 +53,10 @@ public class Network : MonoBehaviour
{
_planets = new List<Planet>(FindObjectsOfType<Planet>());
AddPlanet();
if (_planets.Count == 0)
{
AddPlanet();
}
}
void Update()