Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks so much for this! These are exactly what I'm looking for!  And the necromancer's so cute :D  

I don't mean to be a party pooper, but do you know how to make the images larger without them being... fuzzy?  I just don't want my characters to be so small...  Any help would help a lot!

(+1)

Thanks, I'm glad you like it!

As for your question: difficult to answer precisely as it lacks context, but just search for "filter mode" and "pixel interpolation", and the value will be something like "nearest", "point" or "pixelated". It should be a single function/property/checkbox in sofrware of your choice.

Hope it helps : )

Thanks.  I'm not using Unity so it is a bit harder, but some guy on StackOverflow recommended using

canvas.imageSmoothingEnabled = false

And that makes it really nice and sharp.  Thought I might share it with you.  Once again thanks and have a good day!