diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-03 19:45:05 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-03 19:45:08 +0200 |
commit | 9ee7eef2919feffe4e0695494d4027e8ec011808 (patch) | |
tree | 4fbb5347e7166911d08ae31dd3c20556b61c943e /data | |
parent | 63f7321e50b251d19f20dc929fc37a45cccdbb38 (diff) | |
download | hurrycurry-9ee7eef2919feffe4e0695494d4027e8ec011808.tar hurrycurry-9ee7eef2919feffe4e0695494d4027e8ec011808.tar.bz2 hurrycurry-9ee7eef2919feffe4e0695494d4027e8ec011808.tar.zst |
Add pedestrians (and custom spawn locations)
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/debug.yaml | 4 | ||||
-rw-r--r-- | data/maps/debug2.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 2e902315..90cd3480 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -102,10 +102,6 @@ entities: - !environment_effect { name: rain, on: 60, off: 40 } - !environment_effect { name: wind, on: 60, off: 40 } - !environment [night] - - !tram - length: 3 - character: 51 - points: [[1, 2], [15, 2], [15, 8], [1, 8]] tile_entities: "}": !conveyor { dir: [1, 0], filter: dough-foodprocessor } diff --git a/data/maps/debug2.yaml b/data/maps/debug2.yaml index 02e67809..3c849045 100644 --- a/data/maps/debug2.yaml +++ b/data/maps/debug2.yaml @@ -102,6 +102,10 @@ entities: points: [[3, 3], [23, 3], [23, 15], [3, 15]] smoothing: 3. spacing: 0.3625 + - !pedestrians + points: [[7, 7], [19, 7], [19, 13], [7, 13]] + spawn_delay: 0.5 + spawn_delay_stdev: 1 chef_spawn: "~" customer_spawn: "!" |