Skip to content

Commit

Permalink
Move the README images to assets/
Browse files Browse the repository at this point in the history
  • Loading branch information
merwaaan committed Aug 30, 2024
1 parent 8118d5a commit fbee7cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ categories = ["game-development"]
edition = "2021"
resolver = "2"
exclude = [
"example.gif"
"assets/example.gif"
"assets/example3d.gif"
]

[dependencies]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

bevy_spritesheet_animation is a [Bevy](https://bevyengine.org/) plugin for animating sprites that are backed by spritesheets.

![An animated character walking from the left to the right and shooting their gun](https://github.com/merwaaan/bevy_spritesheet_animation/raw/main/example.gif)
![An animated character walking from the left to the right and shooting their gun](https://github.com/merwaaan/bevy_spritesheet_animation/raw/main/assets/example.gif)

# Features

Expand Down Expand Up @@ -245,7 +245,7 @@ fn spawn_enemies(mut commands: Commands, library: Res<AnimationLibrary>) {

## 3D sprites

![A dozen of 3D sprites moving in 3D space](https://github.com/merwaaan/bevy_spritesheet_animation/raw/main/example3d.gif)
![A dozen of 3D sprites moving in 3D space](https://github.com/merwaaan/bevy_spritesheet_animation/raw/main/assets/example3d.gif)

This crate also makes it easy to integrate 3D sprites into your games, which is not supported by Bevy out of the box.

Expand Down
File renamed without changes
File renamed without changes

0 comments on commit fbee7cd

Please sign in to comment.