-
Notifications
You must be signed in to change notification settings - Fork 785
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
Feature request : Display grid option #636
Comments
I agree that the transparent grid is not the best fit in most situations. The code responsible for drawing the grid is at https://github.com/juliandescottes/piskel/blob/master/src/js/rendering/frame/FrameRenderer.js#L279-L291 . Maybe it could be nice to actually have a color picker to allow users to select any color. (otherwise the default color might be hard to use depending on the color palette of the sprite) |
I think this should be a fairly easy issue to get started. The goal of an initial implementation here would be to:
A follow up for this would be to let the user select the grid color. |
…ttings The name is not ideal, but it's better to have a MiscPreferencesController than a MainApplicationController for this kind of very simple panels.
…ttings The name is not ideal, but it's better to have a MiscPreferencesController than a MainApplicationController for this kind of very simple panels.
merged and will be released with v0.12.0 |
Can we have a checkbox near the pixel grid parameter that actually show the grid. Working with very young kids, this feature is really a must have so they can easily count place pixel just like their drawings.
If checkbox is true AND pixel grid != Disabled
Draw Grid
if checkbox is false AND pixel grid != Disabled
add space (do the actual thing)
What you guys think of that?
Thanks
The text was updated successfully, but these errors were encountered: