forked from noxious/client
Replaced some code vars for consistency, added start of teleport logics
This commit is contained in:
@ -86,7 +86,7 @@ export const updateZoneTiles = (zoneTilemap: Tilemap, tiles: Phaser.Tilemaps.Til
|
||||
}
|
||||
|
||||
// Update the tilemap with any new 'blank_tile' entries
|
||||
zoneTiles.forEach((row, y) => {
|
||||
zoneTiles.forEach((row: string[], y: number) => {
|
||||
row.forEach((tileId, x) => {
|
||||
placeTile(zoneTilemap, tiles, x, y, tileId)
|
||||
})
|
||||
|
Reference in New Issue
Block a user