generated from 2ndbeam/bevy-template
feat: lighting system
- Added lamp bundle - Moved door collider to its children - Updated level structure
This commit is contained in:
parent
3cddecf592
commit
08751ff12f
12 changed files with 134 additions and 31 deletions
|
|
@ -9,6 +9,7 @@ edition = "2024"
|
|||
bevy = { version = "0.18.0", features = ["bevy_remote", "debug", "experimental_bevy_ui_widgets"] }
|
||||
bevy_common_assets = { version = "0.15.0", features = ["toml"] }
|
||||
bevy_input = { version = "0.18.0", features = ["serde", "serialize"] }
|
||||
bevy_light_2d = "0.9.0"
|
||||
bevy_rapier2d = { version = "0.33.0", features = ["rapier-debug-render"] }
|
||||
clap = { version = "4.6.0", features = ["derive"] }
|
||||
leafwing-input-manager = "0.20.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue