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
@ -15,7 +15,7 @@ Example | Main | Description
|
|||||||
--- | --- | ---
|
--- | --- | ---
|
||||||
`sprite` | [`2d/sprite.rs`](./2d/sprite.rs) | Renders a sprite
|
`sprite` | [`2d/sprite.rs`](./2d/sprite.rs) | Renders a sprite
|
||||||
`sprite_sheet` | [`2d/sprite_sheet.rs`](./2d/sprite_sheet.rs) | Renders an animated 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
|
## 3D Rendering
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user