summaryrefslogtreecommitdiff
path: root/data/maps/smallest.yaml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-07 23:06:04 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-07 23:06:04 +0200
commit9d14e2470f2b50374ed4230ffcac33482afaeb0b (patch)
tree83d7351ffc299cd0d735534d46921ad3644a7a4d /data/maps/smallest.yaml
parentcd6e8f3886d764847f92ad75d397e2f2f6ad930a (diff)
parent247457682736e8cdc20fb13c3628380229fc3d32 (diff)
downloadhurrycurry-9d14e2470f2b50374ed4230ffcac33482afaeb0b.tar
hurrycurry-9d14e2470f2b50374ed4230ffcac33482afaeb0b.tar.bz2
hurrycurry-9d14e2470f2b50374ed4230ffcac33482afaeb0b.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'data/maps/smallest.yaml')
-rw-r--r--data/maps/smallest.yaml57
1 files changed, 57 insertions, 0 deletions
diff --git a/data/maps/smallest.yaml b/data/maps/smallest.yaml
new file mode 100644
index 00000000..296cf3c6
--- /dev/null
+++ b/data/maps/smallest.yaml
@@ -0,0 +1,57 @@
+map:
+ - "████████'"
+ - "█oSC.tc█X"
+ - "█......d_"
+ - "█LTFRpf█~"
+ - "████████!"
+
+
+tiles:
+ "#": counter
+ "<": counter
+ ">": counter
+ "v": counter
+ "^": 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
+ "p": plate
+ "f": foodprocessor
+
+chef_spawn: "~"
+customer_spawn: "!"
+
+walkable:
+ - door
+ - floor
+ - chair
+ - grass
+ - path
+
+collider:
+ - wall
+ - tree