rework pathfinding, game entity fog rendering, and tilemap usage

This commit is contained in:
2025-05-27 23:10:54 +01:00
parent d2dd70caa0
commit 950f02c2e1
8 changed files with 440 additions and 129 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
bevy = "0.16.0"
bevy = { version = "0.16", features = ["wayland"] }
noise = "0.9.0"
rand = "0.9.1"
image = "0.25.6"