Sets the position @param x x position @param y y position @param layer layer
(int x, int y, Layer layer)
| 75 | * @param layer layer |
| 76 | */ |
| 77 | protected void setPosition(int x, int y, Layer layer){ |
| 78 | this.x = x; |
| 79 | this.y = y; |
| 80 | this.layer = layer; |
| 81 | } |
| 82 | |
| 83 | } |
no outgoing calls