Tnua and dolly (#2)

* character controller + camera rig
* make tnua work
* cash collect
This commit is contained in:
extrawurst
2025-03-05 00:04:15 +01:00
committed by GitHub
parent 6cbab44fb3
commit f44f51aa8f
6 changed files with 309 additions and 35 deletions

View File

@@ -10,9 +10,11 @@ opt-level = 3
avian3d = "0.2"
bevy = "0.15.3"
bevy_trenchbroom = { version = "0.6.2", features = ["auto_register", "avian"] }
bevy_flycam = "0.15.0"
nil = "0.14.0"
bevy-inspector-egui = "0.29.1"
bevy-tnua = "0.21.0"
bevy-tnua-avian3d = "0.2.0"
bevy_dolly = { version = "0.0.5", default-features = false }
[patch.crates-io]
bevy_trenchbroom = { git = "https://github.com/Noxmore/bevy_trenchbroom.git", rev = "3b79f1b" }