Exemplo n.º 1
0
 static public Rectangle CellScreenRectangle(int cellX, int cellY)
 {
     return(Camera.WorldToScreen(CellWorldRectangle(cellX, cellY)));
 }
Exemplo n.º 2
0
 static public Rectangle SquareScreenRectangle(int SquareX, int SquareY)
 {
     return(Camera.WorldToScreen(SquareWorldRectangle(SquareX, SquareY)));
 }