From 20cd6fa5414cfaf9318e212c968e1709e4e2768c Mon Sep 17 00:00:00 2001 From: Ice <98368751+IceFire03@users.noreply.github.com> Date: Fri, 17 May 2024 22:07:57 -0500 Subject: [PATCH] Fix accidental deletion --- src/loading-scene.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/loading-scene.ts b/src/loading-scene.ts index 2cdc0830c73..9b7d48b74b6 100644 --- a/src/loading-scene.ts +++ b/src/loading-scene.ts @@ -213,6 +213,9 @@ export class LoadingScene extends SceneBase { this.loadImage('egg_list_bg', 'ui'); + this.loadImage('end_m', 'cg'); + this.loadImage('end_f', 'cg'); + for (let i = 0; i < 10; i++) { this.loadAtlas(`pokemon_icons_${i}`, ''); if (i) @@ -401,4 +404,4 @@ export class LoadingScene extends SceneBase { async create() { this.scene.start("battle"); } -} \ No newline at end of file +}