Add fruit spawning

This commit is contained in:
2022-08-19 22:09:34 +02:00
parent d1db542b16
commit 7c3855853f
6 changed files with 205 additions and 30 deletions

View File

@@ -9,6 +9,7 @@ edition = "2021"
iyes_loopless = "0.7.0"
itertools = "0.10.3"
bevy-inspector-egui = "0.12.1"
rand = "0.8.5"
# bevy_editor_pls = { git = "https://github.com/jakobhellermann/bevy_editor_pls" }
[dependencies.bevy]