GridSystem is a lightweight system for drawing grids on the screen. Grids can be helpful during the initial steps of developing a game.
In reality, this isn't useful enough to be an official part of JetLag, but it is convenient for the tutorials, so we're keeping it.
Static
Draw a grid with meter and (optionally) half-meter lines
The scene where the grid should be drawn
The x/y coordinates of the top-left corner
The x/y coordinates of the bottom-right corner
Optional
The Z index of the grid
GridSystem is a lightweight system for drawing grids on the screen. Grids can be helpful during the initial steps of developing a game.
In reality, this isn't useful enough to be an official part of JetLag, but it is convenient for the tutorials, so we're keeping it.