Süsse, awesome sprite sheet editor
Posted: Sun Mar 29, 2015 4:42 am
Hi guys, this is a project I've been working on for a while, recently updated to work with LÖVE 0.10.0 (EDIT: still works in 0.10.2)
Example of what Süsse can do with a few clicks:
The nice/useful things:
Example of what Süsse can do with a few clicks:
The nice/useful things:
- "Autoanimation" feature (used in the gif above)
- Mirrors in X and Y axis
- Bresenham's line algorithm to draw rect lines
- Flood fill can be used too, in 4 or 8 directions (non-recursive)
- Right arrow = change frame to the right
- Left arrow = change frame to the left
- Shift + click = draws a rect from last clicked point
- B = performs a 4 direction flood fill paint (when clicked)
- Alt + C = change the palette
- Ctrl + B = performs an 8 direction flood fill paint (when clicked)
- Ctrl + G = show or hide the grid
- Ctrl + A = adds a new frame to the end
- Ctrl + Shift + A = adds a new frame on the actual position
- Ctrl + D = deletes last frame
- Ctrl + Shift + D = deletes the current frame
- Ctrl + Shift + C = clears the current frame
- Ctrl + Z = Undo
- Ctrl + Y = Redo
- Mouse wheel for zoom