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 Spritesheet editor functionality #97

Open
15 of 30 tasks
lbussell opened this issue Apr 1, 2020 · 1 comment
Open
15 of 30 tasks

Implement Spritesheet editor functionality #97

lbussell opened this issue Apr 1, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@lbussell
Copy link
Member

lbussell commented Apr 1, 2020

Todos for Spritesheets

  • Spritesheet
    • Editing
      • Pencil
      • Bucket (super broken)
    • Add sprite
    • Remove sprite
    • Display
      • Data
      • Tile Grid
      • Pixel Grid
    • Export header
    • Export source
    • Export image (should be easy, not tested though tested, works)
    • undo
    • redo
    • local storage
    • Import
      • drag and drop ?
      • autotile
        • import, then crop to 256x256, then quantize each tile???
  • Sprite
    • Editing
    • Display
  • Sprite panel
    • New sprite form
      • implement form
      • style form
      • button for removing sprite
      • input for changing palette row
    • style list
    • allow list to scroll when it overflows the bottom of the screen
@lbussell lbussell added the enhancement New feature or request label Apr 1, 2020
@lbussell lbussell added this to the Sprint 4 milestone Apr 1, 2020
@JohnBeckner
Copy link
Collaborator

Sprites now have a getter that returns it's list of tiles, useful for exporting spritesheets. Tile reduction should be a stretch goal.

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

2 participants