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

Tileset -> Load Recent should remember the Add dialog settings #60

Open FredrIQ opened 2 years ago

FredrIQ commented 2 years ago

I have 3 sets of tilesets for a GBC tilemap that I want to load, set up as follows:

pokedex.2bpp starting at tile $000 offset $00 length $40 normal.1bpp starting at tile $080 offset $00 length $00 (all of it) pokedex.2bpp starting at tile $118 offset $40 length $22

These are saved into Load Recent. I figured I could use this later for other tilemaps that use the same tileset. However, when I try, they're all loaded starting at tile $000 and doesn't respect tile offset nor length. Also, the 2bpp file only shows up once.

It would be nice if all details about the tilesets you loaded is remembered. Or better yet, save everything into Load Recent as a single entry.

Rangi42 commented 2 years ago

That is working as expected, so not a bug, but you're right that it would be a convenient feature. Even more so would be to load a .tileset file from TODO.md, to add them all at once.