You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if you want to move a group of pixels up or down by anything that isn't a whole tile (multiple of 8px) then you need to repaint the part of the image in the new position, which is tedious.
Make it so that you can move an area of the image on a px by px basis.
Things to consider:
Will any linked tiles be unlinked by the operation?
Should that be a selectable option?
The text was updated successfully, but these errors were encountered:
Currently if you want to move a group of pixels up or down by anything that isn't a whole tile (multiple of 8px) then you need to repaint the part of the image in the new position, which is tedious.
Make it so that you can move an area of the image on a px by px basis.
Things to consider:
The text was updated successfully, but these errors were encountered: