Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Some excellent work here, nice and retro, as it should be.

I am looking for a vector version of something from the 8-bit era, but I can't find anything like this.

Is that because this cannot be made in vector form?

My issue is that screen sizes on iOS devices keep changing and although Apple has a unified codebase, I still have to create graphics for many screen sizes on different devices if in rasterized form, so vector would be a one size fits all.

Vector art and pixel art really aren't compatible. It's entirely different approaches.

Your best solution would be to come up with some sort of system that zooms or multiplies the image sizes but keeps it scaled properly so it doesn't stretch and the pixels remain intact proportionally.
Good luck

I would have thought it did that as the size requirements are usually x2 or x3 etc..