diff options
author | nokoe <nokoe@mailbox.org> | 2025-09-30 17:11:08 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2025-09-30 17:12:00 +0200 |
commit | c689765017d997d919700f97b2d9252afafe5efe (patch) | |
tree | 1bd2cfaac7bd5551088edc5d5e1b6cf2f9237989 /data/maps/salad.yaml | |
parent | 06b7752f7322069af9b519c4648e359f310b514d (diff) | |
download | hurrycurry-c689765017d997d919700f97b2d9252afafe5efe.tar hurrycurry-c689765017d997d919700f97b2d9252afafe5efe.tar.bz2 hurrycurry-c689765017d997d919700f97b2d9252afafe5efe.tar.zst |
migrate anitcurry, auto_sushi, salad, senior, sophomore, station,
streetfood, teeny
Diffstat (limited to 'data/maps/salad.yaml')
-rw-r--r-- | data/maps/salad.yaml | 50 |
1 files changed, 17 insertions, 33 deletions
diff --git a/data/maps/salad.yaml b/data/maps/salad.yaml index ecd99a85..65bee85a 100644 --- a/data/maps/salad.yaml +++ b/data/maps/salad.yaml @@ -37,26 +37,25 @@ map: tiles: "⌷": counter - "f": counter - "p": counter + "p": counter -i=plate "t": table - "w": counter-window - "s": sink - "C": cutting-board - "T": tomato-crate - "L": lettuce-crate - "X": trash + "w": counter-window -i=plate + "s": sink -x + "C": cutting-board -x + "T": tomato-crate -x + "L": lettuce-crate -x + "X": trash -x - "c": chair - "~": floor - ".": floor - "'": grass - "*": tree - "!": path - "_": path - "d": door - "▒": wall-window - "█": wall + "c": chair -w + "~": floor -w --chef-spawn + ".": floor -w + "'": grass -w + "*": tree -c + "!": path -w --customer-spawn + "_": path -w + "d": door -w + "▒": wall-window -c + "█": wall -c items: "w": plate @@ -64,18 +63,3 @@ items: entities: - !customers - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - -collider: - - wall - - wall-window - - tree |