Is there any way to upsize a sprite in the editor?

I have a sprite I want to make bigger in the editor, so is there any way to upsize it? Or do I just have to make a bigger one myself?

1 Like

There is a function called size in the behaviors. Is that what you are looking for?

I wanted to know if I could do it in the sprite editor itself, but that works too. Thanks!

1 Like

There is no way to do it in the sprite editor, so size is your best bet.

No there is?

1 Like

That just increases the canvas size. Not the actual sprite.

1 Like

Oh that’s what bestgamer meant.

1 Like

If it is a pixel art you made, just download it and go to Pixilart.com, then click on “Start Drawing” (u don’t need an account btw). When your art is in the Pixilart editor, click download and then you can make the sprite bigger in perfectly high quality to however big you want by moving the slider or typing a number in the space right next to the slider (the slider is at number 1 by default, which means original size).

The bigger size (called upscale) is based on multiplication. This means that if your sprite is 32 pixels wide times 32 pixels tall (or one Flowlab block), then when u move the slider up to 2 or double size, it will become 64 times 64 pixels (or two Flowlab blocks).

1 Like