Added more time to win

This commit is contained in:
2015-07-09 21:39:19 +02:00
parent 7ebf6a18e8
commit 9d50e6d9f9
+1 -1
View File
@@ -103,7 +103,7 @@ public class PlayState extends GameState {
}
if(progress > sh.getCurrentSongInstance().getEndTime() + Enemy.secondsToEnd*1000*2){
if(progress > sh.getCurrentSongInstance().getEndTime() + Enemy.secondsToEnd*1000*3){
won = true;
endGame();
}