created player model, added rotation with movement, better lighting and camera positioning

This commit is contained in:
2026-01-01 22:50:34 +00:00
parent 01a94832a1
commit 6218b4999a
6 changed files with 45 additions and 10 deletions

10
Cargo.lock generated
View File

@@ -320,6 +320,7 @@ version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d3ee8652fe0577fd8a99054e147740850140d530be8e044a9be4e23a3e8a24"
dependencies = [
"bevy_dylib",
"bevy_internal",
]
@@ -604,6 +605,15 @@ dependencies = [
"sysinfo",
]
[[package]]
name = "bevy_dylib"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d50a92aea6e896b6939ea51db6ced3a7e2dfd591016286e3eed9cb60d9e4f149"
dependencies = [
"bevy_internal",
]
[[package]]
name = "bevy_ecs"
version = "0.17.3"