diff options
author | Sofviic <sofviic1993@gmail.com> | 2024-07-07 20:40:45 +0300 |
---|---|---|
committer | Sofviic <sofviic1993@gmail.com> | 2024-07-07 20:40:45 +0300 |
commit | d6242e76335b2c74048350c4c4fdce67d6f94537 (patch) | |
tree | 6a13f6f6572bebedd5a93de4fe4fed3272832f61 | |
parent | 94b5d09a601a5d5da7c7f0d0cd6960ee542da252 (diff) | |
download | hurrycurry-d6242e76335b2c74048350c4c4fdce67d6f94537.tar hurrycurry-d6242e76335b2c74048350c4c4fdce67d6f94537.tar.bz2 hurrycurry-d6242e76335b2c74048350c4c4fdce67d6f94537.tar.zst |
line map; smallest map yet
-rw-r--r-- | data/maps/line.yaml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/data/maps/line.yaml b/data/maps/line.yaml new file mode 100644 index 00000000..abb1c25d --- /dev/null +++ b/data/maps/line.yaml @@ -0,0 +1,56 @@ +map: + - "'''''''''''''''''''''''''''" + - "''███████████████████████''" + - "''█ctc.ctc.ctc█##█sSC#LR█''" + - "!_d...........d..d......d~'" + - "''█ctc.ctc.ctc█##█#of#TF█X'" + - "''███████████████████████''" + - "'''''''''''''''''''''''''''" + + +tiles: + "#": counter + "f": counter + "p": counter + "t": table + "w": counter-window + "s": sink + "o": oven + "S": stove + "C": cuttingboard + "R": raw-steak-crate + "T": tomato-crate + "F": flour-crate + "L": leek-crate + "X": trash + + "c": chair + ".": floor + "'": grass + "*": tree + "~": path + "!": path + "_": path + "d": door + "█": wall + "▒": wall-window + +items: + "S": pot + "w": plate + "p": plate + "f": foodprocessor + +chef_spawn: "~" +customer_spawn: "!" + +walkable: + - door + - floor + - chair + - grass + - path + +collider: + - wall + - tree |