Sep 2, 2018 · 1 min read
thanks so much! great read.
i have found that when i use Tiled and attempt to create a tilemap from a collection of images, things don’t work out so well when integrating back into phaser. in the above example, we seem to be using a single image as a tilemap, vs creating a tilemap from many images. i saw folks with similar error messages to those i ran into here: http://www.html5gamedevs.com/topic/31300-how-to-get-tiled-json-map-into-phaser-json-tile-map-error-cannot-read-property-2-of-undefined/
how does one create a set of tilesets from a collection of images? is there such a Tiled => Phaser workflow?
