Skip to content

Commit 53d8076

Browse files
committed
Now scores show during game over animation
1 parent ec8fea7 commit 53d8076

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/com/kry/brickgame/games/Game.java

+3
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,9 @@ void fireStatusChanged(Status status) {
548548
void gameOver() {
549549
setStatus(Status.GameOver);
550550

551+
// show score
552+
fireInfoChanged(String.valueOf(score));
553+
551554
GameSound.playMusic(Music.game_over);
552555

553556
animatedClearBoard();

0 commit comments

Comments
 (0)