fancy particle effects

This commit is contained in:
Llywelwyn 2023-08-21 22:43:19 +01:00
parent 5f23822f62
commit 366c5d6543
8 changed files with 189 additions and 79 deletions

View file

@ -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,