Explorar o código

Added more time to win

Kenneth van Ewijk %!s(int64=10) %!d(string=hai) anos
pai
achega
9d50e6d9f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      model/gameState/PlayState.java

+ 1 - 1
model/gameState/PlayState.java

@@ -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();			
 		}