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

Enhancement : Option to switch to repeated preview #190

Closed
juliandescottes opened this issue Jun 24, 2014 · 5 comments
Closed

Enhancement : Option to switch to repeated preview #190

juliandescottes opened this issue Jun 24, 2014 · 5 comments
Milestone

Comments

@juliandescottes
Copy link
Collaborator

From http://www.reddit.com/r/gamedev/comments/28uxd9/piskel_new_online_pixel_art_app_for_creating/

When drawing tiles, it's useful to see the sprite repeated in the preview.

There is already a hidden setting that enables that (javascript:pskl.UserSettings.set(pskl.UserSettings.TILED_PREVIEW,!pskl.UserSettings.get(pskl.UserSettings.TILED_PREVIEW))) need to add a UI to control this setting now.

@Eiyeron
Copy link

Eiyeron commented Jun 24, 2014

That would be a neat feature, does the tiles around the original image are interactive? Can we continue a line started in the center tile to an adjacent one? That would be very helpful.

@juliandescottes
Copy link
Collaborator Author

Actually it was nothing really fancy, just a way to have a repeated preview of your sprite. Can be useful when you just want to create a pattern.

Pictures to illustrate :

Before :

After :

Sorry I was a bit vague ! Want to focus on making a decent spriting tool before we go into other territories :) Edited the issue name to avoid confusion.

@juliandescottes juliandescottes changed the title Enhancement : Option to switch to Tile preview Enhancement : Option to switch to repeated preview Jun 26, 2014
@juliandescottes
Copy link
Collaborator Author

Fix will be released on v0.5.0

@juliandescottes juliandescottes added this to the v0.5 milestone Apr 13, 2015
@andycorm
Copy link

Does this feature have a control on the GUI within production yet? I love this feature, but I can't always remember the javascript console command of the top of my head :p

(Also, as a random side note THANK YOU FOR MAKING PISKEL!! Using Photoshop was such a pain in the tail for working on pixel art, and it's wonderful having such a great free tool that's accessible anywhere.)

@juliandescottes
Copy link
Collaborator Author

In the application settings panel, there is now a "repeated preview" checkbox :

image

Not the best UI ever, but better than having to run JS manually :)

And thanks for the nice words !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants