1
0
forked from noxious/client

Prepping to work on Placed map objects

This commit is contained in:
2025-01-27 00:18:46 -06:00
parent 35f0dcca64
commit 9e652868ca
7 changed files with 37 additions and 49 deletions

View File

@ -114,5 +114,5 @@ export async function loadAllTilesIntoScene(scene: Phaser.Scene) {
const tileStorage = new TileStorage()
const tiles = await tileStorage.getAll()
getTiles(tiles, scene)
await getTiles(tiles, scene)
}