Sebanisu / Field-Map-Editor

FF8 Field Map Editor - Front end for editing tiles.
The Unlicense
3 stars 1 forks source link

[opengl] Mouse drag drop #81

Open Sebanisu opened 2 years ago

Sebanisu commented 2 years ago

Currently on mouse button press it gets the current position. And on mouse button release gets the new position. If they aren't the same, it'll take the change in position and apply it to the x,y, or the source x,y and texture page. if it's source x,y it'll lock to the 16px grid.

Invalid tile positions

Tool tips?

- [ ] saving the selected tiles, skip drawing. write to texture that will follow mouse.

Modifiers