pixijs / tilemap

Rectangular tilemap implementation for PixiJS
https://pixijs.io/tilemap/docs/
MIT License
289 stars 55 forks source link

Initialize texturesPerTilemap before calling tileset #156

Closed SanjoSolutions closed 7 months ago

SanjoSolutions commented 11 months ago

because texturesPerTilemap is used in the tileset method.

bigtimebuddy commented 7 months ago

Thank you @SanjoSolutions!