blob: 4e9c2a117386b2d5330a8d10f1b482dde2f09fa7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
map:
- "+--------------------+"
- "|ctc.ctc.ctc.ctc.ctc.|"
- "|.....c..............|"
- "|c...c...+--www---dd-+"
- "|tc.ctc..|##...##W..D|"
- "|c...c...w........~.S|"
- "|c.......w..######..T|"
- "|tc......w..........F|"
- "|c.....ct|##ss#oopp#X|"
- "+---dd---+-----------+"
- "......................"
- ".........!............"
- "......................"
tiles:
"~": chef-spawn
"!": customer-spawn
".": floor
"+": wall
"-": wall
"|": wall
"d": door
"t": table
"c": chair
"#": counter
"w": window
"s": sink
"o": oven
"p": pan
"W": watercooler
"S": raw-steak-crate
"T": tomato-crate
"F": flour-crate
"D": dirty-plate-crate
"X": trash
|