1
0
Fork 0
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:
Robin Appelman 2024-12-04 00:35:58 +01:00
commit cd20b5bbd7
5 changed files with 258 additions and 9 deletions

View file

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