mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-16 17:27:41 +00:00
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
|
- Arata Iiyoshi
|
||||||
- Atsuhiro Ishizuna
|
- Atsuhiro Ishizuna
|
||||||
- Pokémon Black/White 2
|
- Pokémon Black/White 2
|
||||||
|
- edifette (Title screen music)
|
||||||
|
|
||||||
### 🎵 Sound Effects
|
### 🎵 Sound Effects
|
||||||
- Pokémon Emerald
|
- Pokémon Emerald
|
||||||
@ -53,6 +54,10 @@ Check out our [Trello Board](https://trello.com/b/z10B703R/pokerogue-board) to s
|
|||||||
- Squip (Paid Commissions)
|
- Squip (Paid Commissions)
|
||||||
- Contributions by Someonealive-QN
|
- Contributions by Someonealive-QN
|
||||||
|
|
||||||
|
### UI
|
||||||
|
- GAMEFREAK
|
||||||
|
- LJ Birdman
|
||||||
|
|
||||||
### 🎨 Game Logo
|
### 🎨 Game Logo
|
||||||
- Gonstar (Paid Commission)
|
- Gonstar (Paid Commission)
|
||||||
|
|
||||||
|
BIN
public/audio/bgm/title.mp3
Normal file
BIN
public/audio/bgm/title.mp3
Normal file
Binary file not shown.
@ -142,7 +142,7 @@ export class TitlePhase extends Phase {
|
|||||||
this.scene.ui.clearText();
|
this.scene.ui.clearText();
|
||||||
this.scene.ui.fadeIn(250);
|
this.scene.ui.fadeIn(250);
|
||||||
|
|
||||||
this.scene.fadeOutBgm(0, false);
|
this.scene.playBgm('title', true);
|
||||||
|
|
||||||
this.scene.gameData.getSession(loggedInUser.lastSessionSlot).then(sessionData => {
|
this.scene.gameData.getSession(loggedInUser.lastSessionSlot).then(sessionData => {
|
||||||
if (sessionData) {
|
if (sessionData) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user