Rename "2d rotation" example name to "rotation" (#3965)

All other examples dont have "2d" prefix in their names (even though they are in 2d folder) and reading README makes user think that example is named "rotation" not "2d_rotation" hence rename PR

# Objective

- Remove discrepancy between example name in documentation and in cargo

## Solution

- Rename example in cargo file
This commit is contained in:
Oleg Bogdanov 2022-02-25 15:54:03 +00:00
parent 1fa54c200f
commit c4e88fe4b0

View file

@ -128,7 +128,7 @@ name = "move_sprite"
path = "examples/2d/move_sprite.rs"
[[example]]
name = "2d_rotation"
name = "rotation"
path = "examples/2d/rotation.rs"
[[example]]