First attempt to add NPCs

This commit is contained in:
2024-05-08 00:07:10 +02:00
parent 12e6760fb5
commit 78f4d7911b
6 changed files with 158 additions and 11 deletions

View File

@@ -14,4 +14,5 @@ winit_input_helper = "0.14"
randomize = "5.0.0"
getrandom = "0.2.15"
byteorder = "1"
noise = "0.9"
noise = "0.9"
vec2d = "0.4"