entity thawing and freezing on level change
This commit is contained in:
parent
dab0683ffd
commit
2a8691efff
4 changed files with 61 additions and 52 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue