mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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:
parent
1fa54c200f
commit
c4e88fe4b0
1 changed files with 1 additions and 1 deletions
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue