Update src/main.ts

This commit is contained in:
Bertie690 2025-08-24 18:11:11 -04:00 committed by GitHub
parent 0a2978182c
commit 822b504d6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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({