コード例 #1
0
 public void draw(Graphics g, int x, int y) {
   if (hasTile) tileset.drawTile(g, this, x, y);
 }