AddSprite() |
Previous Next |
AddSprite(<Height>, <Width>)
|
Part
|
Description
|
<Height>
|
Required. This is the sprite's height in tiles.
|
<Width>
|
Required. This is the sprite's width in tiles.
|
a = AddSprite(1,1)
|