144145146147148149150
} @Override public int width () { return width; } @Override public int height () { return height; } @Override public void draw (Surface surface, int x, int y) { renderer.render(surface, new Rectangle(x, y, width, height)); }