diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-06-18 19:36:36 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:22 +0200 |
| commit | 48934ff63ee14d4759eda36512af87361dd915dd (patch) | |
| tree | f7a80115eacfee7b6871040a87f5fb0087098ea8 /data/map.yaml | |
| parent | 6ec47d729509db83eaeb6a9d855ce2483d70f227 (diff) | |
| download | hurrycurry-48934ff63ee14d4759eda36512af87361dd915dd.tar hurrycurry-48934ff63ee14d4759eda36512af87361dd915dd.tar.bz2 hurrycurry-48934ff63ee14d4759eda36512af87361dd915dd.tar.zst | |
remodel game.
Diffstat (limited to 'data/map.yaml')
| -rw-r--r-- | data/map.yaml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/data/map.yaml b/data/map.yaml index 096bb945..ea376bf1 100644 --- a/data/map.yaml +++ b/data/map.yaml @@ -4,13 +4,14 @@ map: - "|.....c..............|" - "|c...c...+--www---dd-+" - "|tc.ctc..|##...##W..#|" - - "|c...c...w..........S|" + - "|c...c...w........~.S|" - "|c.......w..######..T|" - "|tc......w..........F|" - - "|c.....ct|##ss##ooo##|" + - "|c.....ct|##ss#oopp##|" - "+---dd---+-----------+" tiles: + "~": spawn ".": floor "+": wall "-": wall @@ -22,7 +23,8 @@ tiles: "w": window "s": sink "o": oven + "p": pan "W": watercooler - "S": raw-steak-spawn - "T": tomato-spawn - "F": flour-spawn + "S": raw-steak-crate + "T": tomato-crate + "F": flour-crate |