Speed with TURN_COST and slight randomisation to reduce predictability
This commit is contained in:
parent
dce40ac741
commit
aac6e0ad02
12 changed files with 200 additions and 145 deletions
|
|
@ -53,6 +53,7 @@ pub fn save_game(ecs: &mut World) {
|
|||
BlocksTile,
|
||||
BlocksVisibility,
|
||||
Bystander,
|
||||
Clock,
|
||||
Confusion,
|
||||
Consumable,
|
||||
Cursed,
|
||||
|
|
@ -159,6 +160,7 @@ pub fn load_game(ecs: &mut World) {
|
|||
BlocksTile,
|
||||
BlocksVisibility,
|
||||
Bystander,
|
||||
Clock,
|
||||
Confusion,
|
||||
Consumable,
|
||||
Cursed,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue