diff options
Diffstat (limited to 'data/maps/lobby.yaml')
| -rw-r--r-- | data/maps/lobby.yaml | 47 |
1 files changed, 13 insertions, 34 deletions
diff --git a/data/maps/lobby.yaml b/data/maps/lobby.yaml index 479e7061..8396f475 100644 --- a/data/maps/lobby.yaml +++ b/data/maps/lobby.yaml @@ -33,38 +33,17 @@ map: - "*'''''''''*''''*" tiles: - "1": table - "2": table - "3": table - "4": table - "5": table - "6": table + "1": table -i=glass:strawberry-icecream + "2": table -i=plate:seared-patty,sliced-bun,sliced-lettuce,sliced-tomato + "3": table -i=plate:seared-steak + "4": table -i=plate:sliced-lettuce,sliced-tomato + "5": table -i=plate:nigiri + "6": table -i=dirty-plate "s": sink - "c": chair - "~": floor - ".": floor - "b": book - "'": grass - "*": tree - "█": wall - -items: - "1": glass:strawberry-icecream - "2": plate:seared-patty,sliced-bun,sliced-lettuce,sliced-tomato - "3": plate:seared-steak - "4": plate:sliced-lettuce,sliced-tomato - "5": plate:nigiri - "6": dirty-plate -tile_entities: - "b": !book - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - floor - - chair - - grass -collider: - - wall - - tree + "c": chair -w + "~": floor -w --chef-spawn + ".": floor -w --customer-spawn + "'": grass -w + "b": book --book + "*": tree -c + "█": wall -c |