diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-01-10 17:16:03 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2026-02-26 20:48:35 +0100 |
| commit | b634bad931f530ee0a207e1461ffc5e52ebb83e3 (patch) | |
| tree | 90a45e8c67e6a7c66e49c7409f0c37881eade96e /data | |
| parent | 0ed9e8387a66b3af78412feea62fdc8b9804f793 (diff) | |
| download | hurrycurry-b634bad931f530ee0a207e1461ffc5e52ebb83e3.tar hurrycurry-b634bad931f530ee0a207e1461ffc5e52ebb83e3.tar.bz2 hurrycurry-b634bad931f530ee0a207e1461ffc5e52ebb83e3.tar.zst | |
compiles with tile stacks
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/lobby.yaml | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/data/maps/lobby.yaml b/data/maps/lobby.yaml index defab5f1..b8a4529d 100644 --- a/data/maps/lobby.yaml +++ b/data/maps/lobby.yaml @@ -40,46 +40,46 @@ tiles: # "6": table -i=dirty-plate # "7": table -i=plate:pizza:sliced-mushroom,sliced-cheese,tomato-juice # "8": table -i=plate:mushroom-soup - "~": floor -w --chef-spawn - ".": floor -w --customer-spawn - "'": grass -w - "g": cutting-board - "h": rolling-board - "e": stove -i=pot - "f": stove -i=pan - "x": book --book - "o": oven - "a": counter -i=foodprocessor - "Z": freezer -x - "z": counter -i=plate - "k": counter -i=glass - "i": deep-fryer -xi=basket - "S": screen + "~": [floor, --chef-spawn] + ".": [floor, --customer-spawn] + "'": [grass] + "g": [counter, cutting-board] + "h": [counter, rolling-board] + "e": [stove, -i=pot] + "f": [stove, -i=pan] + "x": [book, --book] + "o": [oven] + "a": [counter, -i=foodprocessor] + "Z": [freezer] + "z": [counter, -i=plate] + "k": [counter, -i=glass] + "i": [counter, deep-fryer, -i=basket] + "S": [screen] - "0": crate:rice -x - "1": crate:steak -x - "2": crate:tomato -x - "3": crate:leek -x - "4": crate:coconut -x - "5": crate:strawberry -x - "6": crate:flour -x - "7": crate:fish -x - "8": crate:cheese -x - "9": crate:lettuce -x - "¹": crate:mushroom -x - "²": crate:potato -x - "³": crate:bun -x - "¼": crate:noodles -x - "°": crate:tomato -x + "0": [crate:rice] + "1": [crate:steak] + "2": [crate:tomato] + "3": [crate:leek] + "4": [crate:coconut] + "5": [crate:strawberry] + "6": [crate:flour] + "7": [crate:fish] + "8": [crate:cheese] + "9": [crate:lettuce] + "¹": [crate:mushroom] + "²": [crate:potato] + "³": [crate:bun] + "¼": [crate:noodles] + "°": [crate:tomato] - "p": crate:plate -x - "G": crate:glass -x - "½": trash -x - "*": tree -c - "⌷": counter - "█": wall -c + "p": [crate:plate] + "G": [crate:glass] + "½": [trash] + "*": [tree] + "⌷": [counter] + "█": [wall] - "<": conveyor --conveyor=-1,0 - ">": conveyor --conveyor=1,0 - "‹": counter-window-conveyor --demand-sink - "›": counter-window-conveyor --demand-sink + "<": [conveyor, "--conveyor=-1,0"] + ">": [conveyor, "--conveyor=1,0"] + "‹": [counter-window-conveyor, --demand-sink] + "›": [counter-window-conveyor, --demand-sink] |