diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-21 16:33:36 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-21 16:33:41 +0200 | 
| commit | e3fb3f452b4fd900afef195d65ca84c9f98fe350 (patch) | |
| tree | 1a596a7d37f27663f6e05df6f1ab7a37bd1a97b3 /data | |
| parent | 4c76febd9c906643f80a94e1cbcdcb3ff6cede2b (diff) | |
| download | hurrycurry-e3fb3f452b4fd900afef195d65ca84c9f98fe350.tar hurrycurry-e3fb3f452b4fd900afef195d65ca84c9f98fe350.tar.bz2 hurrycurry-e3fb3f452b4fd900afef195d65ca84c9f98fe350.tar.zst | |
update bbq
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/bbq.yaml | 12 | 
1 files changed, 8 insertions, 4 deletions
| diff --git a/data/maps/bbq.yaml b/data/maps/bbq.yaml index b3e8e0a0..facfe143 100644 --- a/data/maps/bbq.yaml +++ b/data/maps/bbq.yaml @@ -16,9 +16,10 @@  # along with this program.  If not, see <https://www.gnu.org/licenses/>.  #  map: -    - "'*''''''''''''''*'" +    - "*'''*'''''''''*''*" +    - "'*'LL''''''''TT'*'"      - "*''''''''''''''''*" -    - "''''''''''''''''''" +    - "'''RR''''''''FF'''"      - "''██████████████''"      - "''ppSSfCCfoopssp''"      - "''''''''''''''''''" @@ -26,9 +27,9 @@ map:      - "''Xtttt'__'ttttX''"      - "'''cccc'__'cccc'''"      - "''''''''__''''''''" -    - "'''LL'TT__RR'FF'''" -    - "''''''''~_''''''''"      - "''''''''__''''''''" +    - "*'''''''~_''''''''" +    - "'**'''''__'''*'''*"  tiles:      "#": counter @@ -55,6 +56,7 @@ tiles:      "_": path      "d": door      "█": wall +    "W": wall-window  items:      "S": pot @@ -78,3 +80,5 @@ walkable:  collider:      - wall      - tree +    - wall-window + | 
