Hey all!
I've created a level using Toast Editor and want to import it into phaser. Toast editor even has a special option for phaser as you can see here!
My question is, once I have my level designed and I export the file, say I have something plain like:
(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
0,0,0,0,0,0,0,0,0);
how do I go about adding this to phaser? Do I need to add the tile and give the name '0' in the preloader? How would I make phaser create the level?
Sorry for the noob question, it will be the last thing I ask here. Thank you for any help!