diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/paris.yaml | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/data/maps/paris.yaml b/data/maps/paris.yaml index e0007474..4243c179 100644 --- a/data/maps/paris.yaml +++ b/data/maps/paris.yaml @@ -32,8 +32,9 @@ map:      - "''''██▒▒dd▒▒███▒▒████''''"      - "'l'''''l__l'''''l'''''l''"      - "''''''''__'''''''''''''''" -    - "_________~_______________" -    - "!________________________" +    - "---------~---------------" +    - "!------------------------" +    - "'''''''''''''''''''''''''"      - "'''''''''''''''''''''''''" @@ -60,9 +61,10 @@ tiles:      ".": floor      "'": grass      "*": tree -    "~": path -    "!": path      "_": path +    "~": street +    "!": street +    "-": street      "d": door      "█": wall      "▒": wall-window @@ -86,6 +88,7 @@ walkable:      - chair      - grass      - path +    - street      - chandelier      - ceiling-lamp | 
