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
Add the option to copy tiles from one location on the Tile Map to another.
It could be:
Shift + Right Click to select
Shift + Left Left Down to paint as mouse moves
Maybe modifiers (Alt, Ctrl?) flipped the painted tile on X and/or Y axis
Would need to add the ability to write the updated layer back out, replacing the contents of the existing layer. That's a little involved since currently:
Makes a copy of the source image -> merges all layers -> converts everything to 24/32bit RGB -> uses that to show and calculate the map.
If it was limited to images that only had one layer, or to just writing the output to a new image then it would be easier to implement.
The text was updated successfully, but these errors were encountered:
(via Indecom ~ GBStudio)
Add the option to copy tiles from one location on the Tile Map to another.
It could be:
Would need to add the ability to write the updated layer back out, replacing the contents of the existing layer. That's a little involved since currently:
Makes a copy of the source image -> merges all layers -> converts everything to 24/32bit RGB -> uses that to show and calculate the map.
If it was limited to images that only had one layer, or to just writing the output to a new image then it would be easier to implement.
The text was updated successfully, but these errors were encountered: