diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-04-06 17:42:18 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-04-06 17:42:21 +0200 |
| commit | b7a59798ea69b403b14de128bc505d9bcb29fa4c (patch) | |
| tree | b6da1e5dbe2dd36680847ba3e23d7a959d871e70 /data/maps/debug.yaml | |
| parent | acaed50d58e28e4af2933c0666bb890c58046818 (diff) | |
| download | hurrycurry-b7a59798ea69b403b14de128bc505d9bcb29fa4c.tar hurrycurry-b7a59798ea69b403b14de128bc505d9bcb29fa4c.tar.bz2 hurrycurry-b7a59798ea69b403b14de128bc505d9bcb29fa4c.tar.zst | |
add tram entity, works badly
Diffstat (limited to 'data/maps/debug.yaml')
| -rw-r--r-- | data/maps/debug.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 90cd3480..2e902315 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -102,6 +102,10 @@ 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 } |