added some levels

This commit is contained in:
2010-10-18 00:48:16 +02:00
parent 9809a7318b
commit 2c220a96f1
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ void View::DrawUiLevelComplete() {
Engine::GUI::Label (6, "Congratulations - You rock!", screen_right * 0.5 - 80, screen_bottom * 0.5 -16);
if(Engine::GUI::Button (1, "Next level ...", screen_right * 0.5 - 80, screen_bottom * 0.5 -16, 250, 40)) {
if(Engine::GUI::Button (1, "Next level ...", screen_right * 0.5 - 80, screen_bottom * 0.5 - 48, 250, 40)) {
GetModel()->SetGameState(GameStateRunning);
}
}