Added a map (wich is a little buggy when trying to set it by hand) and a randomiszer to it and debug now shows limits

This commit is contained in:
2022-05-17 14:56:59 +02:00
parent 1b3337c993
commit fa437f2b6c
4 changed files with 192 additions and 6 deletions
+2 -1
View File
@@ -6,4 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sdl2 = "0.35.2"
sdl2 = "0.35.2"
rand = "0.8.5"