Skip to content

Commit 0146556

Browse files
committed
ref:終了時にサウンドを鳴らすように
1 parent 4766641 commit 0146556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/elic0de/hungergames/game/HungerGame.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ public void wonGame() {
157157
}
158158

159159
public void endGame() {
160+
sound(Sound.UI_TOAST_CHALLENGE_COMPLETE);
160161
reset();
161162
}
162163

0 commit comments

Comments
 (0)