Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select and place tiles on the map inside the plugin screen #3

Open
bbbbbr opened this issue Sep 28, 2020 · 0 comments
Open

Select and place tiles on the map inside the plugin screen #3

bbbbbr opened this issue Sep 28, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bbbbbr
Copy link
Owner

bbbbbr commented Sep 28, 2020

(via Indecom ~ GBStudio)

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.

@bbbbbr bbbbbr added the enhancement New feature or request label Sep 28, 2020
@bbbbbr bbbbbr self-assigned this Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant