particle effect on items/traps
This commit is contained in:
parent
397aa07d60
commit
f325d39f4c
7 changed files with 144 additions and 7 deletions
|
|
@ -103,6 +103,8 @@ pub fn save_game(ecs: &mut World) {
|
|||
Renderable,
|
||||
SingleActivation,
|
||||
Skills,
|
||||
SpawnParticleBurst,
|
||||
SpawnParticleLine,
|
||||
TakingTurn,
|
||||
Telepath,
|
||||
Viewshed,
|
||||
|
|
@ -222,6 +224,8 @@ pub fn load_game(ecs: &mut World) {
|
|||
Renderable,
|
||||
SingleActivation,
|
||||
Skills,
|
||||
SpawnParticleBurst,
|
||||
SpawnParticleLine,
|
||||
TakingTurn,
|
||||
Telepath,
|
||||
Viewshed,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue