Beispiel #1
0
 private void setPixel(int x, int y, TileBlock b)
 {
     set(shrinkX(x, false), shrinkY(y, false), b);
 }