Ejemplo n.º 1
0
 public static void blk_drawGhost(BlockGroup blkG, int col, int row)
 {
     blkG.AddBlock(GraphicDefs.ght_draw(blkG.GetField()).Move(blkG.GetLocation().x + col + ((blkG.GetLocation().y - row) * blkG.GetField().GetDimentions().width)));
 }