Skip to content

Commit

Permalink
looks for 10 misses now
Browse files Browse the repository at this point in the history
  • Loading branch information
LindseyB committed Oct 24, 2010
1 parent e6e4a18 commit 5e02ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion levelScreen.d
Expand Up @@ -44,7 +44,7 @@ class LevelScreen {
_score.setScore((-50*_arrowSect.misses) + (100*_arrowSect.good) + (200*_arrowSect.great));
_warningBar.updateWarningBar(_arrowSect.misses, _arrowSect.great);

if(_warningBar._level >= 32 && _arrowSect.misses > 5){
if(_warningBar._level >= 32 && _arrowSect.misses > 10){
endGame(false);
}

Expand Down

0 comments on commit 5e02ca7

Please sign in to comment.