HipJiveGuy Posted February 3, 2015 Share Posted February 3, 2015 Hey! I'm totally new to Phaser, and was wondering if just tiling a square sprite is the best way to draw a grid? Or using Graphics primitives? Or is there a wrapper for this somewhere? I might like to do different types of grids too (diamond for example). Thanks! Link to comment Share on other sites More sharing options...
Abderrahmane TJ Posted February 5, 2015 Share Posted February 5, 2015 Hi, I am no expert and new to phaser, but I I would go with Phaser.TileSprite to draw a grid, so I would have a nice way to handle it further if need be. Here is an example : http://jsbin.com/lacodoxeta/1/edit?js,output Link to comment Share on other sites More sharing options...
Recommended Posts