created player model, added rotation with movement, better lighting and camera positioning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user