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
390 stars 32 forks source link

Edit the selected multi-tile area in the tilemap #34

Closed Rangi42 closed 3 years ago

Rangi42 commented 3 years ago

If you right-click-and-drag in the tilemap to select multiple tiles, you should be able to press Delete or choose Edit→Clear Selection (disabled when it can't be used) to erase the selected area. It would become all tile $0:00, palette 0, no X/Y flip. Likewise enable controls for X-Flip Selection and Y-Flip Selection if the format supports flipping.