Heppell08 Posted April 23, 2014 Share Posted April 23, 2014 Basically i want to see the edges in debug of each tile. Its to debug my player movement per tile and tweening between each tile. i tried debug.spriteBounds(layer); but it failed on me. Any ideas? Link to comment Share on other sites More sharing options...
satanas Posted December 6, 2014 Share Posted December 6, 2014 Try with layer.debug = true; in the create method. That should do the trick Link to comment Share on other sites More sharing options...
Recommended Posts