- removed sunplanet
This commit is contained in:
parent
ebe9fda67d
commit
924eecbe78
1 changed files with 0 additions and 1 deletions
|
@ -50,7 +50,6 @@ namespace game {
|
||||||
|
|
||||||
planets.push_back(new Planet(pos, i, 0.03 + 0.07*util::randf_0_1()));
|
planets.push_back(new Planet(pos, i, 0.03 + 0.07*util::randf_0_1()));
|
||||||
}
|
}
|
||||||
planets.push_back(new Planet(glm::vec2(0.3f, 0.5f), 0, 0.1f));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool State::spawnShipForPlayer(Player *player)
|
bool State::spawnShipForPlayer(Player *player)
|
||||||
|
|
Loading…
Reference in a new issue