sun in the middle

This commit is contained in:
end 2016-09-29 09:08:09 +02:00
parent 0f52038a8e
commit 34c5334a68

View file

@ -50,6 +50,7 @@ namespace game {
planets.push_back(new Planet(pos, i, 0.03 + 0.07*util::randf_0_1()));
}
planets.push_back(new Planet(glm::vec2(0.0f, 0.0f), 0, 0.1f));
}
bool State::spawnShipForPlayer(Player *player)