diff options
Diffstat (limited to 'data/maps/zigzag.yaml')
-rw-r--r-- | data/maps/zigzag.yaml | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/data/maps/zigzag.yaml b/data/maps/zigzag.yaml index 66291e5c..d30e3dab 100644 --- a/data/maps/zigzag.yaml +++ b/data/maps/zigzag.yaml @@ -1,5 +1,6 @@ # Hurry Curry! - a game about cooking # Copyright 2024 Sofviic +# 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 @@ -14,32 +15,34 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # map: - - "''''''''''''''''''" - - "'████████████████'" - - "'█vLLRRFFTT####X█'" - - "'█v............^█'" - - "'█v..ppppppff##^█'" - - "'█v............^█'" - - "'█voooo######..^█'" - - "'█v............^█'" - - "'█v..#######ss#^█'" - - "'█v............^█'" - - "'█vSSS#######..^█'" - - "'█v............^█'" - - "'█X..######CCC#^█'" - - "'█..............█'" - - "'█.tttttttttttt.█'" - - "'█.cccccccccccc.█'" - - "'█..............█'" - - "''______!~______''" - + - "''*''''''''*'''*''''''" + - "*''''''*''''''''''''*'" + - "'''████████████████''*" + - "'''█vLLRRFFTT####X█'''" + - "'*'█v............^█'*'" + - "'''█v..ppppppff##^█'''" + - "'''█v............^█'''" + - "'*'█voooo######..^█'*'" + - "'''█v............^█''*" + - "*''█v..#######ss#^█'''" + - "'''█v............^█'''" + - "'''█vSSS#######..^█''*" + - "'*'█v............^█'*'" + - "*''█X..######CCC#^█'''" + - "'''█..............█'''" + - "'''█.tttttttttttt.█''*" + - "'''█.cccccccccccc.█'''" + - "*''█..............█'''" + - "'''█.....!~.......█'*'" + - "'''█..............█'''" + - "*''████████████████'''" + - "'''*''''''''''*'''''*'" + - "''''''*'''''*'''*''''*" tiles: "#": counter - "<": counter - ">": counter - "v": counter - "^": counter + "v": conveyor + "^": conveyor "f": counter "p": counter "t": table @@ -58,12 +61,9 @@ tiles: ".": floor "'": grass "*": tree - "~": path - "!": path - "_": path - "d": door + "~": floor + "!": floor "█": wall - "▒": wall-window tile_entities: ">": !conveyor { dir: [1, 0] } |