initial map generation

This commit is contained in:
AmadeusWM
2025-04-06 16:58:05 +02:00
parent f538c597f7
commit 8cce001672
14 changed files with 395 additions and 73 deletions

View File

@@ -9,3 +9,4 @@ bevy_asset_loader = { version ="0.22.0", features = ["standard_dynamic_assets"]
bevy_egui = "0.33.0"
bevy_kira_audio = "0.22.0"
bevy_rapier3d = "0.29.0"
rand = "0.9.0"