Sprite::changeSize()
Changes the size of the sprite by a given percentage.
Syntax
Java
.changeSize(amount)
Parameters
| Name | Data Type | Description |
|---|---|---|
| amount | double | a percentage [0...100] |
Return
void

Changes the size of the sprite by a given percentage.
.changeSize(amount)
| Name | Data Type | Description |
|---|---|---|
| amount | double | a percentage [0...100] |
void