diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-02 00:13:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-02 00:37:54 +0200 |
commit | 5b14aab4341f099c9f5b59ad6aec08c4a58827c3 (patch) | |
tree | 5597105e74abcc5a562442b5922a6654bd5e93fe /data | |
parent | e864abcf6469c877087e53525de632b89546659d (diff) | |
download | hurrycurry-5b14aab4341f099c9f5b59ad6aec08c4a58827c3.tar hurrycurry-5b14aab4341f099c9f5b59ad6aec08c4a58827c3.tar.bz2 hurrycurry-5b14aab4341f099c9f5b59ad6aec08c4a58827c3.tar.zst |
campaign lobby map link entity
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 |