generated from 2ndbeam/bevy-template
feat: Proof-of-concept attack combo system
This commit is contained in:
parent
88a73275ff
commit
95276c070b
15 changed files with 391 additions and 60 deletions
|
|
@ -7,6 +7,8 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
bevy = { version = "0.18.0", features = ["bevy_remote"] }
|
||||
bevy-trait-query = "0.18.0"
|
||||
bevy_ecs = "0.18.1"
|
||||
bevy_rapier2d = "0.33.0"
|
||||
leafwing-input-manager = "0.20.0"
|
||||
petgraph = { version = "0.8.3" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue