Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(5 edits)

Cool asset but frustrating to use in anything but Pyxel. Parsing the spritesheet should ideally NOT depend on a JSON file.

Spacing is too inconsistent to be sliced automatically (some tiles have padding, some do not).

The only things you can do:

  • Blow it up into seperate sprites, or
  • Manually rebuild the spritesheet yourself, removing the extra spacing.

If the creator updates this, please just remove the excess spacing on the spritesheet so it's compatible with other engines. (Or at least make a non-padded verison of the spritesheet.)

(+1)

Hey, thank you for the feedback. Updating my older tilesets to use a more friendly spritesheet format is on my to-do list, and I expect to be able to perform the updates in September. My newer tilesets do use an intuitive format with no spacing between tiles, and are compatible out-of-the-box with any engine, no metadata parsing required.

Great. I appreciate the thoughtful response! Looking forward to it.