public void render(Graphics g) {
   image.render(rect, g);
 }
 public void tick() {
   image.tick();
 }