Skip to content

Commit

Permalink
Remove platformer (its need for full redo)
Browse files Browse the repository at this point in the history
  • Loading branch information
rewin123 committed Sep 14, 2024
1 parent 2bc1a35 commit 4f17daa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 159 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,6 @@ default = [
"space_prefab/editor",
]

[[example]]
name = "platformer"
required-features = ["bevy_xpbd_3d"]


[[example]]
name = "spawn_prefab_with_physics"
Expand Down
4 changes: 2 additions & 2 deletions examples/custom_editor_tab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ impl TabName for CustomTabName {
/// Return title of the tab
fn title(&self) -> String {
match self {
CustomTabName::TraitBased => String::from("Trait Based"),
CustomTabName::SystemBased => String::from("System Based"),
Self::TraitBased => String::from("Trait Based"),
Self::SystemBased => String::from("System Based"),
}
}
}
Expand Down
153 changes: 0 additions & 153 deletions examples/platformer.rs

This file was deleted.

0 comments on commit 4f17daa

Please sign in to comment.