aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-07 15:46:59 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-07 15:46:59 +0200
commite31828f3431b9e79cee726fadbcbbef9cc65c916 (patch)
treee40f3a607283fec8ee2f38373d04b060754a6905
parent9d5f101ae04e629e542084397d016f74c8fe9763 (diff)
parentbb29685be56e7deaa120dbf8778d1c248788c3fe (diff)
downloadhurrycurry-e31828f3431b9e79cee726fadbcbbef9cc65c916.tar
hurrycurry-e31828f3431b9e79cee726fadbcbbef9cc65c916.tar.bz2
hurrycurry-e31828f3431b9e79cee726fadbcbbef9cc65c916.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
-rw-r--r--data/maps/5star.yaml2
-rw-r--r--data/maps/teeny.yaml63
2 files changed, 64 insertions, 1 deletions
diff --git a/data/maps/5star.yaml b/data/maps/5star.yaml
index 39d9dedf..d8101115 100644
--- a/data/maps/5star.yaml
+++ b/data/maps/5star.yaml
@@ -2,7 +2,7 @@ map:
- "''''''''''''''''''''''''████████████████████''''''''''''"
- "'''██▒███▒███▒███▒███▒███#LRTF#LRTF#pppppp#█''''''''''''"
- "'''█ctc.ctc.ctc.ctc..c..█..................d____________"
- - "'''█.c...c...c...c..ctc.█..#pppp#fff####..o█X_''''''''''"
+ - "'''█.c...c...c...c..ctc.█..#pppp#fff#CCC..o█X_''''''''''"
- "'''█c...................d...........#.....o█X_''''''''''"
- "'''▒tc..............ctc.█#................o█X_''''''''''"
- "'''█c...c....c.......c..█.pppsss....SSSSSS#█''''''''''''"
diff --git a/data/maps/teeny.yaml b/data/maps/teeny.yaml
new file mode 100644
index 00000000..4bd5a920
--- /dev/null
+++ b/data/maps/teeny.yaml
@@ -0,0 +1,63 @@
+map:
+ - "██████'_''''''''██████"
+ - "█foSS█X_''''''''█LRTF█"
+ - "█o...d__________d....█"
+ - "█f.##█''''''''''█s.CC█"
+ - "█....█▒▒▒▒▒▒▒▒▒▒█....█"
+ - "█wwww█tt.cccc.tt█wwww█"
+ - "'____▒cc.tttt.cc▒____'"
+ - "'''__d...cccc...d__'''"
+ - "'''_'▒ctc....ctc▒'_'''"
+ - "'''_'▒ctc....ctc▒'_'''"
+ - "'''_'█..........█'_'''"
+ - "'''_'█▒▒▒▒dd▒▒▒▒█'_'''"
+ - "'''________________'''"
+ - "''''''''''__''''''''''"
+ - "''''''''''~!''''''''''"
+
+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