summaryrefslogtreecommitdiff
path: root/data/map.yaml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-25 23:34:10 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-25 23:34:10 +0200
commit4dc15a1e86ef1ae985fdf36f1a84d07b1de99ea7 (patch)
tree6a262cd2be9abee480adda3e367c7f8abf8845d6 /data/map.yaml
parent84c90e84a1e0d6cd2eae36fd8888354b4e23c354 (diff)
downloadhurrycurry-4dc15a1e86ef1ae985fdf36f1a84d07b1de99ea7.tar
hurrycurry-4dc15a1e86ef1ae985fdf36f1a84d07b1de99ea7.tar.bz2
hurrycurry-4dc15a1e86ef1ae985fdf36f1a84d07b1de99ea7.tar.zst
server can change map at runtime
Diffstat (limited to 'data/map.yaml')
-rw-r--r--data/map.yaml77
1 files changed, 0 insertions, 77 deletions
diff --git a/data/map.yaml b/data/map.yaml
deleted file mode 100644
index 207a4f90..00000000
--- a/data/map.yaml
+++ /dev/null
@@ -1,77 +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 <https://www.gnu.org/licenses/>.
-#
-map:
- - "'''''*'''*'''''*'''*'''*'''*''*'"
- - "'''*''''*'*'**'''*''**''**''*'''"
- - "''██v███v███v███v███v███v██v██*'"
- - "''vctc.ctc.ctc.ctc.ctc█⌷....sv**"
- - "''█.....c.............█⌷....s█''"
- - "'*vc...c...████www██dd█⌷.⌷.⌷⌷v*'"
- - "*'█tc.ctc..█⌷.C...ff..d..⌷..H█''"
- - "''█c...c...█⌷.C.....~.d..⌷..R█'*"
- - "*'vc.......w..⌷⌷⌷⌷⌷⌷⌷⌷█⌷.⌷..Tv*'"
- - "'*█tc......w..........d..⌷..F█*'"
- - "''vc.....ct█⌷S⌷S⌷S⌷⌷oo█⌷⌷⌷..Xv*'"
- - "*'██v█dd█v███v██████v███v██v██*'"
- - "''''''__''''''''''''''''''''''''"
- - "*'''''___________________!______"
- - "''''''__________________________"
- - "''''''''''''''''''''''''''''''''"
-
-tiles:
- "⌷": counter
- "f": counter
- "t": table
- "w": counter-window
- "v": wall-window
- "s": sink
- "o": oven
- "S": stove
- "C": cuttingboard
- "R": raw-steak-crate
- "T": tomato-crate
- "F": flour-crate
- "H": leek-crate
- "X": trash
-
- "c": chair
- "~": floor
- ".": floor
- "'": grass
- "*": tree
- "!": path
- "_": path
- "d": door
- "█": wall
-
-items:
- "S": pot
- "w": plate
- "f": foodprocessor
-
-chef_spawn: "~"
-customer_spawn: "!"
-
-walkable:
- - door
- - floor
- - chair
- - grass
- - path
-
-collider:
- - wall
- - tree