mirror of
https://github.com/Xevion/Rebirth.git
synced 2025-12-10 06:08:15 -06:00
Units, bloom, lighting, rotational
This commit is contained in:
@@ -53,7 +53,10 @@ public class Network : MonoBehaviour
|
||||
{
|
||||
_planets = new List<Planet>(FindObjectsOfType<Planet>());
|
||||
|
||||
AddPlanet();
|
||||
if (_planets.Count == 0)
|
||||
{
|
||||
AddPlanet();
|
||||
}
|
||||
}
|
||||
|
||||
void Update()
|
||||
|
||||
Reference in New Issue
Block a user