Map
SC0d3r opened this issue · 3 comments
SC0d3r commented
Is there any support for map's loading via load.tileMap?
rroylance commented
Just drop your JSON in assets and then load it as usual in one of your states preload function;
game.load.tilemap(Assets.JSON.TilemapsTilemap.getName(), Assets.JSON.TilemapsTilemap.getJSON(), null, Phaser.Tilemap.TILED_JSON);
Also referenced in #16; however I never got around to adding in automatic loading support...
SC0d3r commented
I add automatic support for maps (I like automatic stuff).
I will clean up my codes a little and open a pull request
Thanks for your awesome work by the way.
rroylance commented
Awesome! Thanks for the help.