particle lifetime consts, and confusion msg fixes
This commit is contained in:
parent
22d90a46b4
commit
dd91a8cca7
5 changed files with 26 additions and 10 deletions
|
|
@ -26,7 +26,7 @@ use melee_combat_system::MeleeCombatSystem;
|
|||
mod inventory_system;
|
||||
use inventory_system::*;
|
||||
mod particle_system;
|
||||
use particle_system::{ParticleBuilder, DEFAULT_PARTICLE_LIFETIME};
|
||||
use particle_system::{ParticleBuilder, DEFAULT_PARTICLE_LIFETIME, LONG_PARTICLE_LIFETIME};
|
||||
mod rex_assets;
|
||||
|
||||
// Embedded resources for use in wasm build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue