diff options
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 + | 
