TIC-80
TIC-80 copied to clipboard
Map editor: making a big selection fails near the edges of the map
Near the edges of the map in the map editor, if you want to make a selection larger than screen, and start creating the selection holding down the left mouse button and then drag the screen with the right mouse button, the selected tiles change, see gif:
Are you saying you are trying to make a selection WHILE scrolling the window?
No, you can start making the selection before starting to scroll. Here're the steps to reproduce:
- Go to map editor, to the upper left room
- Try to select the whole room (from 000:000 to 029:016). You have to scroll in the progress, either with arrows or the right mouse button.
- See what happens
No, you can start making the selection before starting to scroll.
That's what I meant... you're trying to move/change the viewport in the middle of a selection operation. I'd guess that was just never considered, but I can see how one would expect it to work. :-) Flagging as a bug.
Fixed problem with selection, also added a background to the inactive zone (in other words, removed the infinity of the map in the editor).
removed looping map? nooo, please don't! i'm making a game with a looping map and it's pretty much impossible to develop it without a looping map editor (or, at the least very very much more annoying). I'd rather have the old version with a minor bug than this.
if you really want to implement this change, could you at least make the old functionality available as an option? Otherwise i'm stuck with old versions of TIC-80 as I really really need this for my current and future projects
The map looping was very buggy and I decided to remove it to make it easier to fix the issue with the selection. Of course we restore the looping if you really need it :)
I temporary reverted map loopping f9e2a247956e123708810d91ff3addd0943d1a0d Let's fix selection issue in the next version