-
Notifications
You must be signed in to change notification settings - Fork 104
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
Make brush/pick/erase easier #109
Comments
Yeah I have to admit I've basically never used right click for drawing with the background colour... I think having some kind of combo box with a list of options for right click would be good. Oh, and it should default to right click being erase. Ctrl+left click to pick is an interesting idea, and one that would solve #90. |
There is a bit of conflict here... if I make this apply for all tools, it breaks the fix for #75. So this will only apply when the pen tool is selected, which makes more sense to me anyway. |
Great work ! |
When drawing sprite or tile with transparent pixels, I switch a lot between brush, pick and eraser tools.
It would be more productive to limit tool switch by either:
The text was updated successfully, but these errors were encountered: