コード例 #1
0
 void triggerDeathMenu(CharacterController controller)
 {
     audioscript.stopTrackSound();
     score.showFinalScore(highscore.getHighscore());
     menu.showDeathMenu();
 }