diff options
Diffstat (limited to 'data/maps')
| -rw-r--r-- | data/maps/debug.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 7856641d..fcb0883f 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -20,7 +20,7 @@ map: - "........................" - "..0123456789¹²³¼½°......" - "..~....................." - - "........................" + - "...................€...." - "..ab⌷cd.ef⌷gh.ij........" - "........................" - "..x...zzZ...Zzz........." @@ -70,6 +70,7 @@ tiles: "°": crate:tomato -x "½": trash -x + "€": conveyor "Ø": black-hole -w "ø": white-hole -c "~": floor -w --chef-spawn --customer-spawn @@ -80,6 +81,7 @@ tiles: "C": wall:green -c entities: + - !demand_sink { pos: [19, 4] } - !player_portal { from: [14.5, 11.5], to: [21.5, 15.5] } - !environment_effect { name: rain, on: 60, off: 40 } - !environment_effect { name: wind, on: 60, off: 40 } |