Untitled

 avatar
unknown
plain_text
4 months ago
202 B
12
Indexable
// `inputsprite` is name of input sprite that you created elsewhere
gfx_UninitedSprite(newsprite);
newsprite->width = newwidth;
newsprite->height = newhight;
gfx_ScaleSprite(inputsprite, newsprite);
Editor is loading...
Leave a Comment