mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 21:32:18 +02:00
Fix accidental deletion
This commit is contained in:
parent
3ec7c7f3d0
commit
20cd6fa541
@ -213,6 +213,9 @@ export class LoadingScene extends SceneBase {
|
|||||||
|
|
||||||
this.loadImage('egg_list_bg', 'ui');
|
this.loadImage('egg_list_bg', 'ui');
|
||||||
|
|
||||||
|
this.loadImage('end_m', 'cg');
|
||||||
|
this.loadImage('end_f', 'cg');
|
||||||
|
|
||||||
for (let i = 0; i < 10; i++) {
|
for (let i = 0; i < 10; i++) {
|
||||||
this.loadAtlas(`pokemon_icons_${i}`, '');
|
this.loadAtlas(`pokemon_icons_${i}`, '');
|
||||||
if (i)
|
if (i)
|
||||||
@ -401,4 +404,4 @@ export class LoadingScene extends SceneBase {
|
|||||||
async create() {
|
async create() {
|
||||||
this.scene.start("battle");
|
this.scene.start("battle");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user