Exemplo n.º 1
0
 @Override
 public void setX(float x) {
   super.setX(x);
   actor.setBounds(x, y, width, height);
 }
Exemplo n.º 2
0
 @Override
 public void setY(float y) {
   super.setY(y);
   actor.setBounds(x, y, width, height);
 }