Untitled

 avatar
unknown
plain_text
3 months ago
202 B
11
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