forked from noxious/client
Added another comment
This commit is contained in:
parent
21a99f11d4
commit
c1fef6245d
@ -52,6 +52,9 @@ const zone = new Phaser.Tilemaps.Tilemap(scene, zoneData)
|
||||
|
||||
let tilesetImages: Tileset[] = [];
|
||||
|
||||
/**
|
||||
* Walk through tiles and add them to the zone as tilesetImages
|
||||
*/
|
||||
toRaw(assetStore.assets).forEach((asset) => {
|
||||
if (asset.group !== 'tiles') {
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user