diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/index.yaml | 1 | ||||
| -rw-r--r-- | data/maps/campaign/lobby.yaml | 14 | 
2 files changed, 8 insertions, 7 deletions
| diff --git a/data/index.yaml b/data/index.yaml index 199ed423..6524cd78 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -29,6 +29,7 @@ demands:  # 5 Unplayable  maps: +    "campaign/lobby": { name: "Campaign Lobby", players: 1, difficulty: 0 }      sophomore: { name: "Sophomore", players: 1, difficulty: 1 }      junior: { name: "Junior", players: 3, difficulty: 1 }      senior: { name: "Senior", players: 4, difficulty: 1 } diff --git a/data/maps/campaign/lobby.yaml b/data/maps/campaign/lobby.yaml index 6090d96a..215832b5 100644 --- a/data/maps/campaign/lobby.yaml +++ b/data/maps/campaign/lobby.yaml @@ -19,9 +19,9 @@ map:      - "*'''''*'''*'''''"      - "'*''*''''*'*'*'*"      - "*''''''''''''*''" -    - "*''''''''''''**'" -    - "''''''''''''''''" -    - "''*''''''''''*'*" +    - "*'''''''...''**'" +    - "''''''''.1.'''''" +    - "''*'''''...''*'*"      - "'*'''''~''''''''"      - "''''''''''''''*'"      - "'*'''''''''''*''" @@ -39,18 +39,18 @@ tiles:      "c": chair      "~": floor      ".": floor +    "1": floor      "b": book      "'": grass      "*": tree      "█": wall -items: -    "t": tomato-soup-plate -    "T": bread-slice-plate -  chef_spawn: "~"  customer_spawn: "!" +tile_entities: +    "1": !map { name: "campaign/01" } +  walkable:      - floor      - chair | 
