Rangi42 / tilemap-studio

A tilemap editor for Game Boy, Color, Advance, DS, and SNES projects. Written in C++ with FLTK.
https://hax.iimarckus.org/topic/7691/
Other
383 stars 30 forks source link

Image to Tiles' "Blank Spaces Use ID" is broken #18

Closed Rangi42 closed 3 years ago

Rangi42 commented 3 years ago

Blank tiles in the tilemap are given index 0, but the blank tile in the tileset may not be at index 0.

Rangi42 commented 3 years ago

If a color 0 is specified, that should count as blank, not #FFFFFF.