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
381 stars 30 forks source link

Clearing the .attrmap filename shows an odd error message #51

Closed Rangi42 closed 3 years ago

Rangi42 commented 3 years ago

You can clear the selected attrmap:

image

And still click OK, which gives this error:

image

It should disable the OK button if no attrmap is chosen.

(Also, for importing tilemaps, the attrmap can still be a separate file, e.g. telefang's *_tmap.csv and *_attr.csv files.)