healing particle effect

This commit is contained in:
2025-05-07 17:10:31 +02:00
parent 3ce61bfe5b
commit b5ec1229b8
6 changed files with 107 additions and 1 deletions

View File

@@ -100,6 +100,9 @@ pub struct GameAssets {
#[asset(path = "models/cash.glb#Scene0")]
pub mesh_cash: Handle<Scene>,
#[asset(path = "models/medic_particle.glb#Scene0")]
pub mesh_heal_particle: Handle<Scene>,
#[asset(path = "models/projectiles", collection(mapped, typed))]
pub projectiles: HashMap<AssetFileName, Handle<Gltf>>,