示例#1
0
 public void render(Graphics g) {
   image.render(rect, g);
 }
示例#2
0
 public void tick() {
   image.tick();
 }