public void paint6(int x, int y, GraphicsMap g2d) { g2d.setColor(b.getFillColor()); g2d.fillRect(106 + x, 102 + y, 1, 1); g2d.setColor(COLORS.get(ImageUtilities.GREY)); g2d.fillRect(105 + x, 102 + y, 1, 2); g2d.setColor(COLORS.get(ImageUtilities.GREY_1)); g2d.fillRect(106 + x, 101 + y, 2, 1); g2d.fillRect(107 + x, 102 + y, 1, 2); g2d.fillRect(106 + x, 103 + y, 1, 2); }
public void drawBody(b.Bd bd) { bd.paintLegs = false; }