Fixes serialization order (fields were mismatched in de- and serialize)
fixes #7
This commit is contained in:
parent
6d6b84ae6a
commit
9ed37d31b5
1 changed files with 1 additions and 1 deletions
|
|
@ -77,8 +77,8 @@ pub fn save_game(ecs: &mut World) {
|
|||
Name,
|
||||
ParticleLifetime,
|
||||
Player,
|
||||
Position,
|
||||
Pools,
|
||||
Position,
|
||||
Prop,
|
||||
ProvidesHealing,
|
||||
ProvidesNutrition,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue