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

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
bevy = "0.17.3"
bevy = { version = "0.17.3", features = ["default", "dynamic_linking"] }
[profile.release]
opt-level = 3