diff options
Diffstat (limited to 'data/map.yaml')
-rw-r--r-- | data/map.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/data/map.yaml b/data/map.yaml new file mode 100644 index 00000000..096bb945 --- /dev/null +++ b/data/map.yaml @@ -0,0 +1,28 @@ +map: + - "+--------------------+" + - "|ctc.ctc.ctc.ctc.ctc.|" + - "|.....c..............|" + - "|c...c...+--www---dd-+" + - "|tc.ctc..|##...##W..#|" + - "|c...c...w..........S|" + - "|c.......w..######..T|" + - "|tc......w..........F|" + - "|c.....ct|##ss##ooo##|" + - "+---dd---+-----------+" + +tiles: + ".": floor + "+": wall + "-": wall + "|": wall + "d": door + "t": table + "c": chair + "#": counter + "w": window + "s": sink + "o": oven + "W": watercooler + "S": raw-steak-spawn + "T": tomato-spawn + "F": flour-spawn |