feat: Proof-of-concept attack combo system

This commit is contained in:
Alexey 2026-04-16 17:06:52 +03:00
commit 95276c070b
15 changed files with 391 additions and 60 deletions

View file

@ -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" }