Add title screen music by edifette
This commit is contained in:
parent
8d9ccd58d7
commit
77cf3032cf
|
@ -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)
|
||||
|
||||
|
|
Binary file not shown.
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue