summaryrefslogtreecommitdiff
path: root/client/src/akkamon/scenes/BootScene.ts
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2021-07-26 19:13:49 +0200
committerMike Vink <mike1994vink@gmail.com>2021-07-26 19:13:49 +0200
commit79a9fb88a9dd43caddaa011ce2dd920a2caefd85 (patch)
treec37b8c00ba0d8e94aff84f479eb2ce4a5c640c13 /client/src/akkamon/scenes/BootScene.ts
parenteb1c9000946a6c4f43776081afe0606d611379bb (diff)
feat(): battle assets en player list menu
Diffstat (limited to 'client/src/akkamon/scenes/BootScene.ts')
-rw-r--r--client/src/akkamon/scenes/BootScene.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/akkamon/scenes/BootScene.ts b/client/src/akkamon/scenes/BootScene.ts
index 99accca..af70953 100644
--- a/client/src/akkamon/scenes/BootScene.ts
+++ b/client/src/akkamon/scenes/BootScene.ts
@@ -30,6 +30,9 @@ export class BootScene extends AkkamonWorldScene {
this.load.pack("pokemon-yellow-front", "assets/pokemon/main-sprites/yellow/pokemon-yellow-front.json")
this.load.pack("pokemon-yellow-back", "assets/pokemon/main-sprites/yellow/pokemon-yellow-back.json")
+
+ this.load.pack("general-interface", "assets/images/general-ui.json")
+ this.load.pack("battle-interface", "assets/images/battle-ui.json")
}
create(): void {