mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Revert
This commit is contained in:
parent
bfae251ab2
commit
2c236d61ad
@ -41,7 +41,6 @@ export class LoadingScene extends SceneBase {
|
||||
|
||||
this.loadImage("loading_bg", "arenas");
|
||||
this.loadImage("logo", "");
|
||||
this.loadImage("pride-update", "events");
|
||||
this.loadImage("september-update", "events");
|
||||
|
||||
// Load menu images
|
||||
|
@ -35,7 +35,7 @@ export default class TitleUiHandler extends OptionSelectUiHandler {
|
||||
this.titleContainer.add(logo);
|
||||
|
||||
if (this.scene.eventManager.isEventActive()) {
|
||||
this.eventDisplay = new TimedEventDisplay(this.scene, 0, 0, this.scene.eventManager.activeEvents());
|
||||
this.eventDisplay = new TimedEventDisplay(this.scene, 0, 0, this.scene.eventManager.activeEvent());
|
||||
this.eventDisplay.setup();
|
||||
this.titleContainer.add(this.eventDisplay);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user