summaryrefslogtreecommitdiff
path: root/client/src/akkamon/scenes/BootScene.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/akkamon/scenes/BootScene.ts')
-rw-r--r--client/src/akkamon/scenes/BootScene.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/akkamon/scenes/BootScene.ts b/client/src/akkamon/scenes/BootScene.ts
index d3d8dba..98be8b6 100644
--- a/client/src/akkamon/scenes/BootScene.ts
+++ b/client/src/akkamon/scenes/BootScene.ts
@@ -31,6 +31,10 @@ function createBootScene<PhaserScene extends BasePhaserScene>(base: PhaserScene,
this.load.pack("general-interface", "assets/images/general-ui.json")
this.load.pack("battle-interface", "assets/images/battle-ui.json")
+
+ this.load.image("playerBack", "assets/pokemon/playerBack.png")
+ this.load.image("opponentFront", "assets/pokemon/opponentFront.png")
+
}
create(): void {