basic particles

This commit is contained in:
Llywelwyn 2023-07-08 01:17:21 +01:00
parent a79669d55c
commit f76b705fe6
6 changed files with 146 additions and 5 deletions

View file

@ -97,3 +97,8 @@ pub struct WantsToUseItem {
#[derive(Component, Debug)]
pub struct Consumable {}
#[derive(Component, Clone)]
pub struct ParticleLifetime {
pub lifetime_ms: f32,
}