voice no longer hard-coded, bogeydope ordering fix, tripwire ignoring on-ground units

This commit is contained in:
AviiNL
2023-12-27 15:51:15 +01:00
parent e6596f27ad
commit a11402e763
7 changed files with 18 additions and 25 deletions

View File

@@ -30,7 +30,7 @@ opt-level = 3
[workspace.dependencies]
bevy = { version = "0.12", features = [
"dynamic_linking",
# "dynamic_linking",
"multi-threaded",
"trace",
] }