瀏覽代碼

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