mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
README.md link points to the correct example (#225)
The 2D Rendering example texture_atlas URL was pointing to the ./2d/sprite_sheet.rs example. This has now been fixed.
This commit is contained in:
parent
45312a945a
commit
505c79b60d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Example | Main | Description
|
|||
--- | --- | ---
|
||||
`sprite` | [`2d/sprite.rs`](./2d/sprite.rs) | Renders a sprite
|
||||
`sprite_sheet` | [`2d/sprite_sheet.rs`](./2d/sprite_sheet.rs) | Renders an animated sprite
|
||||
`texture_atlas` | [`2d/texture_atlas.rs`](./2d/sprite_sheet.rs) | Generates a texture atlas (sprite sheet) from individual sprites
|
||||
`texture_atlas` | [`2d/texture_atlas.rs`](./2d/texture_atlas.rs) | Generates a texture atlas (sprite sheet) from individual sprites
|
||||
|
||||
## 3D Rendering
|
||||
|
||||
|
|
Loading…
Reference in a new issue