Skip to content

Commit

Permalink
Updated references to desktoy.rs to desk_toy.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tjamaan committed Mar 6, 2024
1 parent 68bd86b commit cf2bf27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1689,11 +1689,11 @@ category = "Games"
wasm = true

[[example]]
name = "desktoy"
path = "examples/games/desktoy.rs"
name = "desk_toy"
path = "examples/games/desk_toy.rs"
doc-scrape-examples = true

[package.metadata.example.desktoy]
[package.metadata.example.desk_toy]
name = "Desk Toy"
description = "Bevy logo as a desk toy using transparent windows! Now with Googly Eyes!"
category = "Games"
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Example | Description
[Alien Cake Addict](../examples/games/alien_cake_addict.rs) | Eat the cakes. Eat them all. An example 3D game
[Breakout](../examples/games/breakout.rs) | An implementation of the classic game "Breakout"
[Contributors](../examples/games/contributors.rs) | Displays each contributor as a bouncy bevy-ball!
[Desk Toy](../examples/games/desktoy.rs) | Bevy logo as a desk toy using transparent windows! Now with Googly Eyes!
[Desk Toy](../examples/games/desk_toy.rs) | Bevy logo as a desk toy using transparent windows! Now with Googly Eyes!
[Game Menu](../examples/games/game_menu.rs) | A simple game menu

## Gizmos
Expand Down

0 comments on commit cf2bf27

Please sign in to comment.