added ice world base

This commit is contained in:
Jannick van Ballegooijen
2016-06-22 00:23:35 +02:00
parent eaeff6ed7d
commit ddadafecff
27 changed files with 204 additions and 15 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ void CrystalPoint::update()
if (!worldhandler->isPlayerPositionValid())
player->position = oldPosition;
player->position.y = worldhandler->getHeight(player->position.x, player->position.z) + 1.7f;
player->position.y = worldhandler->getHeight(player->position.x, player->position.z) + 2.5f;
worldhandler->update(deltaTime);
}
else