refactors beatitude, and prepping readme for week 7
This commit is contained in:
parent
469d83994e
commit
831720ce37
14 changed files with 172 additions and 63 deletions
|
|
@ -60,7 +60,6 @@ pub fn save_game(ecs: &mut World) {
|
|||
Clock,
|
||||
Confusion,
|
||||
Consumable,
|
||||
Cursed,
|
||||
Destructible,
|
||||
Digger,
|
||||
Door,
|
||||
|
|
@ -179,7 +178,6 @@ pub fn load_game(ecs: &mut World) {
|
|||
Clock,
|
||||
Confusion,
|
||||
Consumable,
|
||||
Cursed,
|
||||
Destructible,
|
||||
Digger,
|
||||
Door,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue