mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Update src/main.ts
This commit is contained in:
parent
0a2978182c
commit
822b504d6a
@ -50,7 +50,6 @@ let game;
|
||||
let manifest;
|
||||
|
||||
const startGame = async () => {
|
||||
await import("#plugins/i18n");
|
||||
const LoadingScene = (await import("./loading-scene")).LoadingScene;
|
||||
const BattleScene = (await import("./battle-scene")).BattleScene;
|
||||
game = new Phaser.Game({
|
||||
|
Loading…
Reference in New Issue
Block a user