Add difficult terrain support for pathfinding on gridded scenes

This commit is contained in:
Manuel Vögele
2022-05-10 08:39:19 +02:00
parent 5904efbdd5
commit 445c03d29a
7 changed files with 171 additions and 25 deletions
+1
View File
@@ -16,4 +16,5 @@ lto = true
console_error_panic_hook = "0.1.7"
js-sys = "0.3.56"
rustc-hash = "1.1.0"
sha1 = "0.10.1"
wasm-bindgen = "0.2.79"