Skip to content

Commit

Permalink
docs(readme): Clarify that SpriteSheetAnimation is a asset (and not a…
Browse files Browse the repository at this point in the history
… component)
  • Loading branch information
jcornaz authored Aug 9, 2021
1 parent 194e991 commit d77209b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ A sprite sheet animation plugin for [bevy](https://bevyengine.org)

## Features

* A `SpriteSheetAnimation` component to automatically update the indices of the `TextureAtlasSprite` in the same entity
* A `SpriteSheetAnimation` asset
* Automatic update indices of a `TextureAtlasSprite`
* Animation modes: `Repeat` or `Once`
* An animation is playing if, and only if, a `Play` component is present in the entity
* Simply remove/insert the `Play` component to pause/resume an animation
Expand Down

0 comments on commit d77209b

Please sign in to comment.