121122123124125126127128129130131
Tile t = world.tile(x + getScrollX(), y + getScrollY()); Item item = world.item(x + getScrollX(), y + getScrollY()); if (item == null) { terminal.write( t.glyph(), x, y+1, t.color(), t.background()); } else { terminal.write(