Add title screen music by edifette

This commit is contained in:
Flashfyre 2024-04-03 14:33:23 -04:00
parent 8d9ccd58d7
commit 77cf3032cf
3 changed files with 6 additions and 1 deletions

View File

@ -44,6 +44,7 @@ Check out our [Trello Board](https://trello.com/b/z10B703R/pokerogue-board) to s
- Arata Iiyoshi
- Atsuhiro Ishizuna
- Pokémon Black/White 2
- edifette (Title screen music)
### 🎵 Sound Effects
- Pokémon Emerald
@ -53,6 +54,10 @@ Check out our [Trello Board](https://trello.com/b/z10B703R/pokerogue-board) to s
- Squip (Paid Commissions)
- Contributions by Someonealive-QN
### UI
- GAMEFREAK
- LJ Birdman
### 🎨 Game Logo
- Gonstar (Paid Commission)

BIN
public/audio/bgm/title.mp3 Normal file

Binary file not shown.

View File

@ -142,7 +142,7 @@ export class TitlePhase extends Phase {
this.scene.ui.clearText();
this.scene.ui.fadeIn(250);
this.scene.fadeOutBgm(0, false);
this.scene.playBgm('title', true);
this.scene.gameData.getSession(loggedInUser.lastSessionSlot).then(sessionData => {
if (sessionData) {