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/maps/debug2.yaml | |
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/maps/debug2.yaml')
-rw-r--r-- | data/maps/debug2.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
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: "!" |