Searched refs:planets (Results 1 – 4 of 4) sorted by relevance
125 val planets: MutableList<Planet> = mutableListOf() constant162 planets.add(p) in initTest()166 planets.sortBy { it.pos.distance(star.pos) } in initTest()167 planets.forEachIndexed { idx, planet -> planet.name = "$systemName ${idx + 1}" } in initTest()173 ship.pos = planets.last().pos + Vec2(planets.first().radius * 1.5f, 0f) in initTest()218 planets.add(p) in initRandom()221 planets.sortBy { it.pos.distance(star.pos) } in initRandom()222 planets.forEachIndexed { idx, planet -> planet.name = "$systemName ${idx + 1}" } in initRandom()246 (planets + star).forEach { planet -> in updateAll()269 (planets + star) in closestPlanet()
88 universe.planets in <lambda>()94 if (target == null) target = universe.planets.random() in <lambda>()
185 val explored = universe.planets.filter { it.explored } in Telemetry()548 u.planets.joinToString("\n") { in Spaaaace()
7 description: "Flags are planted on planets when you land. Yes, it's a flag for flags."