Ejemplo n.º 1
0
 public void draw(Graphics g, int x, int y, int width, int height) {
   g.drawImage(player.getImage(), x, y, width, height);
 }
Ejemplo n.º 2
0
 public void draw(Graphics g) {
   g.drawImage(player.getImage(), x, y, this.width, this.height);
 }