8586878889909192939495
if (tileX >= tileWidth) { tileX = 0; tileY++; bis.flushCache(); if (tileY >= tileLength) break; } }
7071727374757677787980
x++; if (x >= width) { x = 0; y++; bis.flushCache(); if (y >= height) break; } } }
7172737475767778798081
8687888990919293949596
7273747576777879808182
8788899091929394959697