Skip to content

Releases: Foxcapades/renpy-generated-animations

v2.0.0

06 Jul 11:24
03ef6aa

Choose a tag to compare

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.

  1. Create a new project in the Ren'Py launcher.
  2. 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.

  1. Unzip this file into your project's root directory (the directory one above game).

v1.2.0

06 Jul 04:46
ddb34f6

Choose a tag to compare

Update script to make it releasable as a bundled game.

v1.1.0

05 Jul 21:02
dd55618

Choose a tag to compare

Adds hold_last optional function argument to define whether or not the animation should hold on the last frame.

v1.0.0

05 Jul 21:01
bc81ecb

Choose a tag to compare

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.