EncumbranceSystem {}
This commit is contained in:
parent
0ef3a51e56
commit
0344f87da8
14 changed files with 282 additions and 30 deletions
|
|
@ -55,6 +55,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
Attributes,
|
||||
BlocksTile,
|
||||
BlocksVisibility,
|
||||
Burden,
|
||||
Bystander,
|
||||
Clock,
|
||||
Confusion,
|
||||
|
|
@ -66,6 +67,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
Energy,
|
||||
EntityMoved,
|
||||
EntryTrigger,
|
||||
EquipmentChanged,
|
||||
Equippable,
|
||||
Equipped,
|
||||
GrantsXP,
|
||||
|
|
@ -165,6 +167,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
Attributes,
|
||||
BlocksTile,
|
||||
BlocksVisibility,
|
||||
Burden,
|
||||
Bystander,
|
||||
Clock,
|
||||
Confusion,
|
||||
|
|
@ -176,6 +179,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
Energy,
|
||||
EntityMoved,
|
||||
EntryTrigger,
|
||||
EquipmentChanged,
|
||||
Equippable,
|
||||
Equipped,
|
||||
GrantsXP,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue