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

Implement Zoom tool in Sprite Editor #25

Open
jjant opened this issue Aug 29, 2022 · 0 comments
Open

Implement Zoom tool in Sprite Editor #25

jjant opened this issue Aug 29, 2022 · 0 comments

Comments

@jjant
Copy link
Owner

jjant commented Aug 29, 2022

Description

Pico8 features this zoom tool: image which lets you edit a bigger portion of the sprite sheet at once.

It allows selecting between 4 zoom levels:

  • 1X (1x1 sprites)
  • 2X (2x2 sprites)
  • 4X (4x4 sprites)
  • 8X (8x8 sprites)

Setting flags while selecting many sprites (with the >1X zoom levels) sets the flag for all sprites in the selection (general care is needed around flags in these cases).

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

No branches or pull requests

1 participant