Releases: Foxcapades/renpy-generated-animations
Releases · Foxcapades/renpy-generated-animations
v2.0.0
Switch arguments to kwargs to allow more flexibility for adding additional features in the future.
Downloads
Starter Project
For a base starting project that includes the generate_animation function download the ga-project zip file.
- Create a new project in the Ren'Py launcher.
- Unzip this file into your new project's root directory (the directory one above
game) and overwrite any existing files.
Just the Source
For just the generate_animation function download the ga-slim zip file.
- Unzip this file into your project's root directory (the directory one above
game).
v1.2.0
Update script to make it releasable as a bundled game.
v1.1.0
Adds hold_last optional function argument to define whether or not the animation should hold on the last frame.
v1.0.0
Initial release. Defines a function that may be used to generate an animation from a folder full of frames with ascending names for the frame order.