Skip to content

Commit

Permalink
docs(readme): add ping-pong to the list of animation modes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed May 16, 2022
1 parent 1b00af4 commit dfa1946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ A sprite sheet animation plugin for [bevy](https://bevyengine.org)

* A `SpriteSheetAnimation` asset
* Automatic update indices of a `TextureAtlasSprite`
* Animation modes: `Repeat` or `Once`
* Animation modes: `once`, `repeat` and `ping_pong`
* 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
* The animation can be defined from an index-range, or an arbitrary list of indices
Expand Down

0 comments on commit dfa1946

Please sign in to comment.