Skip to content

Releases: Foxcapades/renpy-spritesheet-animation

v1.2.0

21 Jul 02:58
a2499cb
Compare
Choose a tag to compare

Changes

  • Organization of files.
  • Normalization of release process.

Downloads

File(s) Description
SpriteSheetAnimation* Playable demo
spritesheet-animations-project* Project folder for the demo
spritesheet-animations-slim* Just the resource file

How to Use

Download the "slim" zip and unzip it into your project directory (not your "game" directory). Now you can generate animations by doing:

image explosion = spritesheet_animation("images/explosion.png", 8, 6)

v1.1.0

06 Jul 21:12
9bc67c5
Compare
Choose a tag to compare

Adds the pause kwarg to the spritesheet_animation function as an alternative way of setting animation speed to the existing fps kwarg.

v1.0.0

06 Jul 04:12
44f33ea
Compare
Choose a tag to compare

Initial release. Provides a function for generating animations from sprite sheets.