pdiddles03 Posted April 26, 2017 Share Posted April 26, 2017 I know how to use the Tile Layer, but how do i put the object layer onto a game using phaser? I can't seem to find information regarding this. Link to comment Share on other sites More sharing options...
samme Posted April 26, 2017 Share Posted April 26, 2017 Map objects have to be converted into Display Objects with Phaser.Tilemap#createFromObjects . See examples/v2/tilemaps/create-from-objects . Link to comment Share on other sites More sharing options...
Jimaginary Posted April 26, 2017 Share Posted April 26, 2017 Use game.add(sprite); to add it to the screen. Link to comment Share on other sites More sharing options...
Recommended Posts