the town
This commit is contained in:
parent
5f091bc2ab
commit
b940142f16
14 changed files with 529 additions and 45 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue