mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
[Misc] [Bug] Remove summary_overlay_shiny
from loading scene (#6532)
Remove `summary_overlay_shiny` from loading scene This file was renamed and moved in PR #6433 so this loadImage is no longer needed here.
This commit is contained in:
parent
b4cbbf1b8f
commit
df223bfbc8
@ -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