basic particles
This commit is contained in:
parent
a79669d55c
commit
f76b705fe6
6 changed files with 146 additions and 5 deletions
|
|
@ -97,3 +97,8 @@ pub struct WantsToUseItem {
|
|||
|
||||
#[derive(Component, Debug)]
|
||||
pub struct Consumable {}
|
||||
|
||||
#[derive(Component, Clone)]
|
||||
pub struct ParticleLifetime {
|
||||
pub lifetime_ms: f32,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue