entity thawing and freezing on level change

This commit is contained in:
Llywelwyn 2023-08-13 09:36:02 +01:00
parent dab0683ffd
commit 2a8691efff
4 changed files with 61 additions and 52 deletions

View file

@ -79,6 +79,7 @@ pub fn save_game(ecs: &mut World) {
MultiAttack,
NaturalAttacks,
Name,
OtherLevelPosition,
ParticleLifetime,
Player,
Pools,
@ -186,6 +187,7 @@ pub fn load_game(ecs: &mut World) {
MultiAttack,
NaturalAttacks,
Name,
OtherLevelPosition,
ParticleLifetime,
Player,
Pools,