diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-09 17:41:41 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-09 17:41:41 +0200 |
| commit | 1356c6017edabeeaa0ceaca20028cfc42333386a (patch) | |
| tree | 3959692a24f16bea40e3e2a1466299f988a7070e /data/maps/smallest.yaml | |
| parent | b3eb526bd3d0ed00c48039a57eee36d13b8b944f (diff) | |
| download | hurrycurry-1356c6017edabeeaa0ceaca20028cfc42333386a.tar hurrycurry-1356c6017edabeeaa0ceaca20028cfc42333386a.tar.bz2 hurrycurry-1356c6017edabeeaa0ceaca20028cfc42333386a.tar.zst | |
clean up, decorate and improve all maps.
Diffstat (limited to 'data/maps/smallest.yaml')
| -rw-r--r-- | data/maps/smallest.yaml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/data/maps/smallest.yaml b/data/maps/smallest.yaml index 9842212f..5c1153f3 100644 --- a/data/maps/smallest.yaml +++ b/data/maps/smallest.yaml @@ -17,16 +17,12 @@ map: - "████████'" - "█oSCstc█X" - "█......d_" - - "█LTFRpf█~" - - "████████!" + - "█LTFRpf█_" + - "████████~" tiles: "#": counter - "<": counter - ">": counter - "v": counter - "^": counter "f": counter "p": counter "t": table @@ -44,13 +40,10 @@ tiles: "c": chair ".": floor "'": grass - "*": tree "~": path - "!": path "_": path "d": door "█": wall - "▒": wall-window items: "S": pot @@ -58,15 +51,13 @@ items: "f": foodprocessor chef_spawn: "~" -customer_spawn: "!" +customer_spawn: "~" walkable: - door - floor - chair - - grass - path collider: - wall - - tree |