fancy particle effects
This commit is contained in:
parent
5f23822f62
commit
366c5d6543
8 changed files with 189 additions and 79 deletions
|
|
@ -105,6 +105,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
Skills,
|
||||
SpawnParticleBurst,
|
||||
SpawnParticleLine,
|
||||
SpawnParticleSimple,
|
||||
TakingTurn,
|
||||
Telepath,
|
||||
Viewshed,
|
||||
|
|
@ -226,6 +227,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
Skills,
|
||||
SpawnParticleBurst,
|
||||
SpawnParticleLine,
|
||||
SpawnParticleSimple,
|
||||
TakingTurn,
|
||||
Telepath,
|
||||
Viewshed,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue