From 4dc15a1e86ef1ae985fdf36f1a84d07b1de99ea7 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 25 Jun 2024 23:34:10 +0200 Subject: server can change map at runtime --- data/map.yaml | 77 ----------------------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 data/map.yaml (limited to 'data/map.yaml') 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 . -# -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 -- cgit v1.3