aboutsummaryrefslogtreecommitdiff
path: root/data/maps
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-12-14 19:37:47 +0100
committermetamuffin <metamuffin@disroot.org>2025-12-14 19:37:47 +0100
commit15fbfe0693191bbb5b5de8d2ecfdd8bfc4b8be4d (patch)
treec54f1bb7e7fb764d9a77a49e5e4d265668290977 /data/maps
parent54e6a3348de36ed6b195a8738035d5a5998f7af0 (diff)
downloadhurrycurry-15fbfe0693191bbb5b5de8d2ecfdd8bfc4b8be4d.tar
hurrycurry-15fbfe0693191bbb5b5de8d2ecfdd8bfc4b8be4d.tar.bz2
hurrycurry-15fbfe0693191bbb5b5de8d2ecfdd8bfc4b8be4d.tar.zst
Add demand sink entity (close #532)
Diffstat (limited to 'data/maps')
-rw-r--r--data/maps/debug.yaml4
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 }