diff options
| author | Sofviic <sofviic1993@gmail.com> | 2024-07-07 15:57:41 +0300 | 
|---|---|---|
| committer | Sofviic <sofviic1993@gmail.com> | 2024-07-07 15:57:46 +0300 | 
| commit | 97bf42bd26ec253c5937be395feda96485ca789b (patch) | |
| tree | 6ba360695a1da32530c7017806ecfb0f74578fcf /data | |
| parent | cb595326f274a36f81252f2ded83f5bc36187950 (diff) | |
| download | hurrycurry-97bf42bd26ec253c5937be395feda96485ca789b.tar hurrycurry-97bf42bd26ec253c5937be395feda96485ca789b.tar.bz2 hurrycurry-97bf42bd26ec253c5937be395feda96485ca789b.tar.zst | |
largest map yet
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/5star.yaml | 79 | 
1 files changed, 79 insertions, 0 deletions
| diff --git a/data/maps/5star.yaml b/data/maps/5star.yaml new file mode 100644 index 00000000..39d9dedf --- /dev/null +++ b/data/maps/5star.yaml @@ -0,0 +1,79 @@ +map: +    - "''''''''''''''''''''''''████████████████████''''''''''''" +    - "'''██▒███▒███▒███▒███▒███#LRTF#LRTF#pppppp#█''''''''''''" +    - "'''█ctc.ctc.ctc.ctc..c..█..................d____________" +    - "'''█.c...c...c...c..ctc.█..#pppp#fff####..o█X_''''''''''" +    - "'''█c...................d...........#.....o█X_''''''''''" +    - "'''▒tc..............ctc.█#................o█X_''''''''''" +    - "'''█c...c....c.......c..█.pppsss....SSSSSS#█''''''''''''" +    - "'''█...ctc..ctc...███████████████dd███████████████''''''" +    - "'''█c..ctc..ctc...█...ccccccc..█....█..ccccccc...█''''''" +    - "'''▒tc.ctc..ctc...█...ttttttt..█....█..ttttttt...▒''''''" +    - "'''█c...c....c....█.ct.........d....d.........tc.▒''''''" +    - "'''█..............█...ttttttt..█....█..ttttttt...▒''''''" +    - "'''█c...c....c....█...ccccccc..█....█..ccccccc...█''''''" +    - "'''▒tc.ctc..ctc...██████████████....██████████████''''''" +    - "'''█c..ctc..ctc...█...ccccccc..█....█..ccccccc...█''''''" +    - "'''█...ctc..ctc...█...ttttttt..█....█..ttttttt...▒''''''" +    - "'''█c...c....c....█.ct.........d....d.........tc.▒''''''" +    - "'''▒tc............█...ttttttt..█....█..ttttttt...▒''''''" +    - "'''█c...c....c....█...ccccccc..█....█..ccccccc...█''''''" +    - "'''█...ctc..ctc...██████████████....██████████████''''''" +    - "'''█c..ctc..ctc...█...ccccccc..█....█..ccccccc...█''''''" +    - "'''▒tc.ctc..ctc...█...ttttttt..█....█..ttttttt...▒''''''" +    - "'''█c...c....c....█.ct.........d....d.........tc.▒''''''" +    - "'''█.c........c...█...ttttttt..█....█..ttttttt...▒''''''" +    - "'''█ctc......ctc..█...ccccccc..█....█..ccccccc...█''''''" +    - "'''██▒████dd██▒██████▒▒▒▒▒▒▒▒████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 | 
