mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Merge branch 'pagefaultgames:beta' into beta
This commit is contained in:
commit
fb9675f0b7
@ -6,7 +6,6 @@ import type { MysteryEncounter } from "#mystery-encounters/mystery-encounter";
|
||||
import { loadPokemonVariantAssets } from "#sprites/pokemon-sprite";
|
||||
import type { Variant } from "#sprites/variant";
|
||||
import { isNullOrUndefined } from "#utils/common";
|
||||
import console from "node:console";
|
||||
import type { GameObjects } from "phaser";
|
||||
|
||||
type PlayAnimationConfig = Phaser.Types.Animations.PlayAnimationConfig;
|
||||
|
@ -131,7 +131,6 @@ export class LoadingScene extends SceneBase {
|
||||
this.loadAtlas("party_transfer", "ui");
|
||||
|
||||
this.loadImage("summary_bg", "ui");
|
||||
this.loadImage("summary_overlay_shiny", "ui");
|
||||
this.loadImage("summary_profile", "ui");
|
||||
this.loadImage("summary_profile_prompt_z", "ui"); // The pixel Z button prompt
|
||||
this.loadImage("summary_profile_prompt_a", "ui"); // The pixel A button prompt
|
||||
|
Loading…
Reference in New Issue
Block a user