Fix CharacterController max/min slope handling (#701)

This commit is contained in:
Thierry Berger
2024-09-23 11:10:29 +02:00
committed by GitHub
parent e7e196d9f9
commit 76357e3588
10 changed files with 210 additions and 22 deletions

View File

@@ -53,7 +53,6 @@ bincode = "1"
md5 = "0.7"
Inflector = "0.11"
serde = { version = "1", features = ["derive"] }
bevy_egui = "0.29"
bevy_ecs = "0.14"
bevy_core_pipeline = "0.14"