From 382d032f55e49280ba2511a70ca5ed3b5127dea4 Mon Sep 17 00:00:00 2001 From: nokoe Date: Sun, 7 Jul 2024 21:16:46 +0200 Subject: fix single door rotation --- data/maps/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/maps/test.yaml b/data/maps/test.yaml index bb6137e5..ac43bb1d 100644 --- a/data/maps/test.yaml +++ b/data/maps/test.yaml @@ -16,9 +16,9 @@ map: - "*''''*'''*'''''*'''*'''*'''*''*'" - "'''*''''*'*'**'''*''**''**''*'''" - - "''██▒██▒██▒███▒███▒████▒██▒███*'" - - "''█ctc.ctc.ctc.ctc.ctc█s....#█**" - - "''█.....c.............█s.~..⌷█''" + - "''██▒██▒██▒███████▒████▒██▒███*'" + - "''█ctc.ctc.ctcdctc.ctc█s....#█**" + - "''█.....c.....d.......█s.~..⌷█''" - "'*▒c...c...████www██d██⌷⌷.⌷.⌷█*'" - "*'█tc.ctc..█#.....CC.>>>>.⌷.L█''" - "''▒c...c...w..⌷⌷.....<<<<...R█'*" -- cgit v1.2.3-70-g09d2 From 9e727b45e56a7fdd786d1b2dc2229dabe69b2f31 Mon Sep 17 00:00:00 2001 From: Sofviic Date: Sun, 7 Jul 2024 22:39:10 +0300 Subject: rivalry map; fixed left building having grass inside --- data/maps/rivalry.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data') diff --git a/data/maps/rivalry.yaml b/data/maps/rivalry.yaml index 016aa154..e331b4b9 100644 --- a/data/maps/rivalry.yaml +++ b/data/maps/rivalry.yaml @@ -3,10 +3,10 @@ map: - "'''''''''''______''''''''''''''" - "''███████c'______'c'c'c'█████''" - "''█SSSos█t'______'t't't'█ppf█''" - - "''█'''''█c'______'c'c'c'█...█''" - - "''█CC#''d''______'''''''█C.F█''" - - "''█'''''█t'______'███dd██C.R█''" - - "''█LRFT'█c'______'█.........█''" + - "''█.....█c'______'c'c'c'█...█''" + - "''█CC#..d''______'''''''█C.F█''" + - "''█.....█t'______'███dd██C.R█''" + - "''█LRFT.█c'______'█.........█''" - "''███████t'______'█T#ss#SooL█''" - "'''pppff'''______'███████████''" - "'''''''''''______''''''''''''''" -- cgit v1.2.3-70-g09d2 From cc3baa5f1aa27513aa0de90b24d643ccbc30a7b6 Mon Sep 17 00:00:00 2001 From: Sofviic Date: Sun, 7 Jul 2024 22:40:52 +0300 Subject: zigzag & depot maps; added conveyers --- data/maps/depot.yaml | 6 ++++++ data/maps/zigzag.yaml | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'data') diff --git a/data/maps/depot.yaml b/data/maps/depot.yaml index 5291180d..499966f6 100644 --- a/data/maps/depot.yaml +++ b/data/maps/depot.yaml @@ -56,6 +56,12 @@ tiles: "█": wall "▒": wall-window +tile_entities: + ">": !conveyor { dir: [1, 0] } + "<": !conveyor { dir: [-1, 0] } + "v": !conveyor { dir: [0, 1] } + "^": !conveyor { dir: [0, -1] } + items: "S": pot "w": plate diff --git a/data/maps/zigzag.yaml b/data/maps/zigzag.yaml index 2a1d749e..56d974b3 100644 --- a/data/maps/zigzag.yaml +++ b/data/maps/zigzag.yaml @@ -50,6 +50,12 @@ tiles: "█": wall "▒": wall-window +tile_entities: + ">": !conveyor { dir: [1, 0] } + "<": !conveyor { dir: [-1, 0] } + "v": !conveyor { dir: [0, 1] } + "^": !conveyor { dir: [0, -1] } + items: "S": pot "w": plate -- cgit v1.2.3-70-g09d2 From 58f0c6a56318bbc7376467b91ec741c3babf7c89 Mon Sep 17 00:00:00 2001 From: Sofviic Date: Sun, 7 Jul 2024 22:50:30 +0300 Subject: bbq map; outdoorsy --- data/index.yaml | 1 + data/maps/bbq.yaml | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 data/maps/bbq.yaml (limited to 'data') diff --git a/data/index.yaml b/data/index.yaml index 37229844..eedb16d6 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -18,6 +18,7 @@ maps: - rivalry - village - zigzag + - bbq recipes: - none diff --git a/data/maps/bbq.yaml b/data/maps/bbq.yaml new file mode 100644 index 00000000..5f648e32 --- /dev/null +++ b/data/maps/bbq.yaml @@ -0,0 +1,63 @@ +map: + - "''''''''''''''''" + - "''LL'TT''RR'FF''" + - "'██████████████'" + - "'ppSSfCCfoopssp'" + - "''''''''''''''''" + - "''cccc'__'cccc''" + - "'Xtttt'__'ttttX'" + - "''cccc'__'cccc''" + - "'''''''__'''''''" + - "'''''''!~X''''''" + - "'''''''__'''''''" + +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 + "w": plate + "p": plate + "f": foodprocessor + +chef_spawn: "~" +customer_spawn: "!" + +walkable: + - door + - floor + - chair + - grass + - path + +collider: + - wall + - tree -- cgit v1.2.3-70-g09d2 From 1df72c82ec47f0f6bbc337c5a3c81c25f4daad40 Mon Sep 17 00:00:00 2001 From: Sofviic Date: Sun, 7 Jul 2024 23:03:54 +0300 Subject: station map --- data/index.yaml | 1 + data/maps/station.yaml | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 data/maps/station.yaml (limited to 'data') diff --git a/data/index.yaml b/data/index.yaml index eedb16d6..5bc0f73e 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -19,6 +19,7 @@ maps: - village - zigzag - bbq + - station recipes: - none diff --git a/data/maps/station.yaml b/data/maps/station.yaml new file mode 100644 index 00000000..70d76157 --- /dev/null +++ b/data/maps/station.yaml @@ -0,0 +1,72 @@ +map: + - "''''''''''''''''''''''''" + - "''''███████████████'''''" + - "_~__d.ct.w.ss█#ff#█'''''" + - "_!__d.ct.w...d...o█X_'''" + - "''X'█.ct.█████.p.o█X_'''" + - "''''█.ct.....w.p.o█X_'''" + - "''''█.ct.....w.p..d__'''" + - "''''█.ct.....w.p.S██d██'" + - "''''█.ct.....█.p.S█L.T█'" + - "''''█.ct.....d...S█R.F█'" + - "''''█........█#CC#█ppp█'" + - "''''███████████████████'" + - "''''''''''''''''''''''''" + - "________________________" + - "________________________" + - "________________________" + - "________________________" + - "________________________" + - "________________________" + - "''''''''''''''''''''''''" + + +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 -- cgit v1.2.3-70-g09d2 From 83b6420d7594ae29d8f9731d3273f9a4fa995d50 Mon Sep 17 00:00:00 2001 From: Sofviic Date: Sun, 7 Jul 2024 23:12:11 +0300 Subject: village map; fixed tiles outside --- data/maps/village.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data') diff --git a/data/maps/village.yaml b/data/maps/village.yaml index 762d4faf..2319f3ee 100644 --- a/data/maps/village.yaml +++ b/data/maps/village.yaml @@ -10,14 +10,14 @@ map: - "'''█..d_d..█__█..d_d.p█'''" - "'''█LR█'█FT█__█ss█'█pp█'''" - "'''████'████__████'████'''" - - "''''ctc'ctc.__.ctc'ctc''''" - - "''''ctc'ctc.__.ctc'ctc''''" + - "''''ctc'ctc'__'ctc'ctc''''" + - "''''ctc'ctc'__'ctc'ctc''''" - "'''''________________'''''" - - "''''ctc.ctc.__.ctc.ctc''''" - - "''''ctc.ctc.__.ctc.ctc''''" + - "''''ctc'ctc'__'ctc'ctc''''" + - "''''ctc'ctc'__'ctc'ctc''''" - "'''''________________'''''" - - "''''ctc.ctc'__'ctc.ctc''''" - - "''''ctc.ctc'__'ctc.ctc''''" + - "''''ctc'ctc'__'ctc'ctc''''" + - "''''ctc'ctc'__'ctc'ctc''''" - "''''''''''''__''''''''''''" - "''''''''''''_!''''''''''''" -- cgit v1.2.3-70-g09d2 From 7692dc776b649d3192d05f7271877477f12e7627 Mon Sep 17 00:00:00 2001 From: Sofviic Date: Sun, 7 Jul 2024 23:19:50 +0300 Subject: smallest map; smallest map possible (in building) --- data/index.yaml | 1 + data/maps/smallest.yaml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 data/maps/smallest.yaml (limited to 'data') diff --git a/data/index.yaml b/data/index.yaml index 5bc0f73e..816656b5 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -20,6 +20,7 @@ maps: - zigzag - bbq - station + - smallest recipes: - none 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 -- cgit v1.2.3-70-g09d2 From 0a0fa270ba702ede3b8d9d75cd20fb5cdc338704 Mon Sep 17 00:00:00 2001 From: Sofviic Date: Sun, 7 Jul 2024 23:27:50 +0300 Subject: renamed original maps --- data/index.yaml | 6 ++-- data/maps/big.yaml | 79 ----------------------------------------------- data/maps/junior.yaml | 80 ++++++++++++++++++++++++++++++++++++++++++++++++ data/maps/senior.yaml | 79 +++++++++++++++++++++++++++++++++++++++++++++++ data/maps/small.yaml | 80 ------------------------------------------------ data/maps/sophomore.yaml | 78 ++++++++++++++++++++++++++++++++++++++++++++++ data/maps/tiny.yaml | 78 ---------------------------------------------- 7 files changed, 240 insertions(+), 240 deletions(-) delete mode 100644 data/maps/big.yaml create mode 100644 data/maps/junior.yaml create mode 100644 data/maps/senior.yaml delete mode 100644 data/maps/small.yaml create mode 100644 data/maps/sophomore.yaml delete mode 100644 data/maps/tiny.yaml (limited to 'data') diff --git a/data/index.yaml b/data/index.yaml index 816656b5..f8ffbb46 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -6,9 +6,9 @@ demands: maps: - lobby - - tiny - - small - - big + - sophomore + - junior + - senior - test - 5star - depot diff --git a/data/maps/big.yaml b/data/maps/big.yaml deleted file mode 100644 index 88a1726c..00000000 --- a/data/maps/big.yaml +++ /dev/null @@ -1,79 +0,0 @@ -# Undercooked - a game about cooking -# Copyright 2024 metamuffin -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, version 3 of the License only. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -map: - - "*''''*'''*'''''*'''*'''*'''*''*'" - - "'''*''''*'*'**'''*''**''**''*'''" - - "''██▒██▒██▒███▒███▒████▒██▒███*'" - - "''█ctc.ctc.ctc.ctc.ctc█s....p█**" - - "''█.....c.............█s.~..⌷█''" - - "'*▒c...c...████www██dd█⌷⌷.⌷.⌷█*'" - - "*'█tc.ctc..█⌷.....CC..d...⌷.L█''" - - "''▒c...c...w..⌷⌷......d...⌷.R█'*" - - "*'█c.......w..⌷⌷⌷⌷⌷⌷⌷⌷█ff.⌷.T█*'" - - "'*▒tc......w..........d...⌷.F█''" - - "''█c.....ct█⌷SSS⌷f⌷oo⌷█⌷⌷...X█*'" - - "*'████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 - ".": floor - "'": grass - "*": tree - "!": 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 diff --git a/data/maps/junior.yaml b/data/maps/junior.yaml new file mode 100644 index 00000000..768793a3 --- /dev/null +++ b/data/maps/junior.yaml @@ -0,0 +1,80 @@ +# Undercooked - a game about cooking +# Copyright 2024 metamuffin +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +map: + - "*''''*'''*'''''*''*'''*''" + - "'''*''''*'*'**'''''**'''*" + - "''████▒████▒████▒███▒██*'" + - "''█ctc.ctc.ctc.ctc.ctc█**" + - "''▒.....c.............█''" + - "'*█c...c...████ww██dd██*'" + - "*'█tc.ctc..█sCC..f⌷..L█''" + - "''▒c...c...w....~....R█'*" + - "*'█c.......w.⌷⌷⌷⌷⌷⌷..T█*'" + - "'*█tc......w.........F█'*" + - "''█c.....ct█⌷⌷oo⌷SSS⌷X█''" + - "*'████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 + ".": floor + "'": grass + "*": tree + "!": path + "_": path + "d": door + "▒": wall-window + "█": wall + +items: + "S": pot + "w": plate + "p": plate + "f": foodprocessor + +chef_spawn: "~" +customer_spawn: "!" + +walkable: + - door + - floor + - chair + - grass + - path + +collider: + - wall + - wall-window + - tree diff --git a/data/maps/senior.yaml b/data/maps/senior.yaml new file mode 100644 index 00000000..88a1726c --- /dev/null +++ b/data/maps/senior.yaml @@ -0,0 +1,79 @@ +# Undercooked - a game about cooking +# Copyright 2024 metamuffin +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +map: + - "*''''*'''*'''''*'''*'''*'''*''*'" + - "'''*''''*'*'**'''*''**''**''*'''" + - "''██▒██▒██▒███▒███▒████▒██▒███*'" + - "''█ctc.ctc.ctc.ctc.ctc█s....p█**" + - "''█.....c.............█s.~..⌷█''" + - "'*▒c...c...████www██dd█⌷⌷.⌷.⌷█*'" + - "*'█tc.ctc..█⌷.....CC..d...⌷.L█''" + - "''▒c...c...w..⌷⌷......d...⌷.R█'*" + - "*'█c.......w..⌷⌷⌷⌷⌷⌷⌷⌷█ff.⌷.T█*'" + - "'*▒tc......w..........d...⌷.F█''" + - "''█c.....ct█⌷SSS⌷f⌷oo⌷█⌷⌷...X█*'" + - "*'████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 + ".": floor + "'": grass + "*": tree + "!": 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 diff --git a/data/maps/small.yaml b/data/maps/small.yaml deleted file mode 100644 index 768793a3..00000000 --- a/data/maps/small.yaml +++ /dev/null @@ -1,80 +0,0 @@ -# Undercooked - a game about cooking -# Copyright 2024 metamuffin -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, version 3 of the License only. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -map: - - "*''''*'''*'''''*''*'''*''" - - "'''*''''*'*'**'''''**'''*" - - "''████▒████▒████▒███▒██*'" - - "''█ctc.ctc.ctc.ctc.ctc█**" - - "''▒.....c.............█''" - - "'*█c...c...████ww██dd██*'" - - "*'█tc.ctc..█sCC..f⌷..L█''" - - "''▒c...c...w....~....R█'*" - - "*'█c.......w.⌷⌷⌷⌷⌷⌷..T█*'" - - "'*█tc......w.........F█'*" - - "''█c.....ct█⌷⌷oo⌷SSS⌷X█''" - - "*'████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 - ".": floor - "'": grass - "*": tree - "!": path - "_": path - "d": door - "▒": wall-window - "█": wall - -items: - "S": pot - "w": plate - "p": plate - "f": foodprocessor - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - -collider: - - wall - - wall-window - - tree diff --git a/data/maps/sophomore.yaml b/data/maps/sophomore.yaml new file mode 100644 index 00000000..7917fb05 --- /dev/null +++ b/data/maps/sophomore.yaml @@ -0,0 +1,78 @@ +# Undercooked - a game about cooking +# Copyright 2024 metamuffin +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +map: + - "*''''*'''*'''*''*'''" + - "'''*''''*'*'*''''*'*" + - "''████▒███████▒███*'" + - "*'█tc.ctc.d...~.s█''" + - "''▒c...c..█.⌷C..L█'*" + - "*'█.......w.⌷⌷..R█*'" + - "*'█c......w.p⌷..T█*'" + - "'*█tc.....w.....F█'*" + - "''█c....ct█oofSSX█''" + - "*'████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 + ".": floor + "'": grass + "*": tree + "!": path + "_": path + "d": door + "▒": wall-window + "█": wall + +items: + "S": pot + "w": plate + "p": plate + "f": foodprocessor + +chef_spawn: "~" +customer_spawn: "!" + +walkable: + - door + - floor + - chair + - grass + - path + +collider: + - wall + - wall-window + - tree diff --git a/data/maps/tiny.yaml b/data/maps/tiny.yaml deleted file mode 100644 index 7917fb05..00000000 --- a/data/maps/tiny.yaml +++ /dev/null @@ -1,78 +0,0 @@ -# Undercooked - a game about cooking -# Copyright 2024 metamuffin -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, version 3 of the License only. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# -map: - - "*''''*'''*'''*''*'''" - - "'''*''''*'*'*''''*'*" - - "''████▒███████▒███*'" - - "*'█tc.ctc.d...~.s█''" - - "''▒c...c..█.⌷C..L█'*" - - "*'█.......w.⌷⌷..R█*'" - - "*'█c......w.p⌷..T█*'" - - "'*█tc.....w.....F█'*" - - "''█c....ct█oofSSX█''" - - "*'████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 - ".": floor - "'": grass - "*": tree - "!": path - "_": path - "d": door - "▒": wall-window - "█": wall - -items: - "S": pot - "w": plate - "p": plate - "f": foodprocessor - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - -collider: - - wall - - wall-window - - tree -- cgit v1.2.3-70-g09d2