This commit is contained in:
Llywelwyn 2023-07-27 21:15:20 +01:00
parent 5f091bc2ab
commit b940142f16
14 changed files with 529 additions and 45 deletions

View file

@ -51,6 +51,7 @@ pub fn save_game(ecs: &mut World) {
Attributes,
BlocksTile,
BlocksVisibility,
Bystander,
CombatStats,
Confusion,
Consumable,
@ -76,8 +77,10 @@ pub fn save_game(ecs: &mut World) {
ParticleLifetime,
Player,
Position,
Prop,
ProvidesHealing,
ProvidesNutrition,
Quips,
Ranged,
Renderable,
SingleActivation,
@ -147,6 +150,7 @@ pub fn load_game(ecs: &mut World) {
Attributes,
BlocksTile,
BlocksVisibility,
Bystander,
CombatStats,
Confusion,
Consumable,
@ -172,8 +176,10 @@ pub fn load_game(ecs: &mut World) {
ParticleLifetime,
Player,
Position,
Prop,
ProvidesHealing,
ProvidesNutrition,
Quips,
Ranged,
Renderable,
SingleActivation,