Report as inappropriate.
Note: This won't play here in the Gallery due to it's dependence on files. You must download the source code and open it in Greenfoot.
SpriteFoot is a tool intended to help students slice up spritesheet assets for use in Greenfoot Projects. The results are numbered PNG files that can easily be imported to Greenfoot using a for loop. For an example of how to use these assets, check out AnimationMachine, my other work in progress.
Users may choose to use Manual mode (set some values, cells get selected), Auto Mode (click on frames, select them) or Target Mode (click on a Sprite and select it as a tightly cropped image).
Source Files: Source files should be PNG format with transparent backgrounds and should be placed in the SOURCE folder . If your image doesn't have a transparent background, Target Mode will not work, and other modes may work but will output a file without a transparent background.
Target Files: Files that are generated will be found in the TARGET folder.
Known Issues:
- Offset doesn't work in Auto Mode
- In Target Mode, you must select the images in the order you want them to be exported
Your bug reports are welcome. This is very much a work in progress, so please be patient with it. It DOES work!
Want to leave a comment? You must first log in.