Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 904 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 904 Bytes

Simple site to generate I_Animate_Ponymotes style animations.

Steps to update the ponymotes used:

  • Check out this repo.
  • virtualenv env # Create a virtual Python environment to install libraries.
  • pip install Pillow # Fork of PIL, used to slice apart spritesheets.
  • ./helper.py # This updates the dictionary, and creates the images.
  • Commit, and send a pull request.