Skip to main content

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

So dumb question is there a 32x32 version of these, or an easy way to upscalr them without losing their pixelated look? I am making a minecraft mod and the books are exactly the texture i wand for it.

(1 edit)

yes you can use gimp, photoshop, or any tools that are like em

there should be an option to 'Scale Image'

Width and Height can be adjusted to *2 (just add*2 at the input variables)
(16*2 = 32)

and make sure that the 'Interpolation' is set to 'None'
this will retain that sharp pixel quality

(+1)

thank you