DWboutin Posted December 17, 2013 Share Posted December 17, 2013 Hi, What's the difference between a tileset and a tilemap? I've seen in the Loader.js in Phaser both terms for the loading functions. What are the diffrences between them? In the industry and in Phaser. Thanks Quote Link to comment Share on other sites More sharing options...
rich Posted December 17, 2013 Share Posted December 17, 2013 In short: the tileset is the actual graphics of the tiles: The tilemap is the map data, i.e. which tile goes where. Usually just a list of tile indexes:"data":[1, 1, 1, 1, 1, 2, 3, 4, 4, 5, 6, 1, 1, 1, 1, 1, 7, 7, 7, 7, 7, 8, 9, (etc etc) DWboutin and jogutierrez 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.