support multiple thrown projectiles

This commit is contained in:
2025-04-08 10:51:46 +02:00
parent bf90ad8caf
commit ae8026588b
7 changed files with 50 additions and 30 deletions

View File

@@ -78,6 +78,9 @@ pub struct GameAssets {
#[asset(path = "models/head_misc/molotov_cocktail.glb#Scene0")]
pub molotov: Handle<Scene>,
#[asset(path = "models/head_misc/hammer.glb#Scene0")]
pub hammer: Handle<Scene>,
#[asset(path = "models/alien_naked.glb#Scene0")]
pub mesh_alien: Handle<Scene>,