mnyhjem Posted August 14, 2016 Share Posted August 14, 2016 Hi We are working on a RPG with a very large world. Because of the world size, we want to split it down to many tilemaps, and load in a new tilemap when the player reach the end of the current one. I've seen other posts with similar problems, but not any real solutions yet. Does anyone have a working solution for a problem like this or know of any plugins or anything that could make it easier to implement? /Martin Link to comment Share on other sites More sharing options...
symof Posted August 14, 2016 Share Posted August 14, 2016 https://github.com/borbit/tiler Link to comment Share on other sites More sharing options...
Milton Posted August 14, 2016 Share Posted August 14, 2016 I think if you want to load in a new tilemap, you'll need to use States. Obviously that won't give you an 'infinite' map. You're switching maps, not stitching them together. It would definitely be possible to implement an infinite map (with dynamic loading), but you won't have the Phaser integration... But I may well be wrong, haven't used Phaser in a while. Link to comment Share on other sites More sharing options...
Recommended Posts