diff options
Diffstat (limited to 'data/maps/smallest.yaml')
| -rw-r--r-- | data/maps/smallest.yaml | 15 | 
1 files changed, 3 insertions, 12 deletions
diff --git a/data/maps/smallest.yaml b/data/maps/smallest.yaml index 9842212f..5c1153f3 100644 --- a/data/maps/smallest.yaml +++ b/data/maps/smallest.yaml @@ -17,16 +17,12 @@ map:      - "████████'"      - "█oSCstc█X"      - "█......d_" -    - "█LTFRpf█~" -    - "████████!" +    - "█LTFRpf█_" +    - "████████~"  tiles:      "#": counter -    "<": counter -    ">": counter -    "v": counter -    "^": counter      "f": counter      "p": counter      "t": table @@ -44,13 +40,10 @@ tiles:      "c": chair      ".": floor      "'": grass -    "*": tree      "~": path -    "!": path      "_": path      "d": door      "█": wall -    "▒": wall-window  items:      "S": pot @@ -58,15 +51,13 @@ items:      "f": foodprocessor  chef_spawn: "~" -customer_spawn: "!" +customer_spawn: "~"  walkable:      - door      - floor      - chair -    - grass      - path  collider:      - wall -    - tree  |