feat: lighting system

- Added lamp bundle
- Moved door collider to its children
- Updated level structure
This commit is contained in:
Alexey 2026-03-31 13:37:54 +03:00
commit 08751ff12f
12 changed files with 134 additions and 31 deletions

11
Cargo.lock generated
View file

@ -1035,6 +1035,16 @@ dependencies = [
"tracing",
]
[[package]]
name = "bevy_light_2d"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d40446e54d26895cdf32a5c6c0f5dd3104bbdeff53fc392ec85fb2d164fa51a"
dependencies = [
"bevy",
"smallvec",
]
[[package]]
name = "bevy_log"
version = "0.18.0"
@ -2523,6 +2533,7 @@ dependencies = [
"bevy",
"bevy_common_assets",
"bevy_input",
"bevy_light_2d",
"bevy_rapier2d",
"clap",
"leafwing-input-manager",