mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
implement projectile collision tracking
todo: - track projectile ownership - handle bounding boxes for non-rockets
This commit is contained in:
parent
e11cfb9556
commit
cd20b5bbd7
5 changed files with 258 additions and 9 deletions
|
|
@ -40,6 +40,10 @@ required-features = ["codegen"]
|
|||
name = "strings"
|
||||
path = "src/bin/strings.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "direct_hits"
|
||||
path = "src/bin/direct_hits.rs"
|
||||
|
||||
[dependencies]
|
||||
bitbuffer = { version = "0.11.0", features = ["serde"] }
|
||||
num_enum = "0.7.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue