Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Just purchased the full version. Does anyone know how to parse these sprites in Go or Java? Im used to having a spritesheet where you start from 0, 0, 16, 16 but for these specific ones, they appear to be spread out. Im curious if anyone knows the pattern? TIA

Most of them 32x32, others 16x16.
Unfortunatly other are not possible like windows. You have to split them into smaller images by size to be able to split them.

Thank you!