소스 검색

Added more time to win

Kenneth van Ewijk 10 년 전
부모
커밋
9d50e6d9f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();			
 		}