An easy way to upgrade the quality of the sprite?

Let’s say I have a 16x16 sprite. I need to increase the quality to 128x128 but without changing the picture itself. To do so, I can set the value of the brush to 8 (because 128/16 = 8) and basically color the sprite as it’s 16x16. However, it is inconvenient because you have to carefully put the brush squares exactly where they have to be. The question is it possible to make the process easier? @dacap

Select “sprite” section from above, click “sprite size”, and multiply by 8 width and height, and thats it.

1 Like