diff options
Diffstat (limited to 'data/maps/line.yaml')
-rw-r--r-- | data/maps/line.yaml | 57 |
1 files changed, 18 insertions, 39 deletions
diff --git a/data/maps/line.yaml b/data/maps/line.yaml index 180a0e0d..66217c92 100644 --- a/data/maps/line.yaml +++ b/data/maps/line.yaml @@ -26,51 +26,30 @@ map: tiles: "#": counter - "f": counter - "p": counter + "f": counter -i=foodprocessor + "p": counter -i=plate "t": table - "w": counter-window "s": sink "o": oven - "S": stove - "P": stove + "S": stove -i=pot + "P": stove -i=pan "C": cutting-board - "R": steak-crate - "T": tomato-crate - "F": flour-crate - "L": leek-crate - "K": cheese-crate - "X": trash + "R": steak-crate -x + "T": tomato-crate -x + "F": flour-crate -x + "L": leek-crate -x + "K": cheese-crate -x + "X": trash -x - "c": chair - ".": floor - "'": grass - "~": path - "!": path - "_": path - "d": door - "█": wall - -items: - "S": pot - "P": pan - "w": plate - "p": plate - "f": foodprocessor - -chef_spawn: "~" -customer_spawn: "!" + "c": chair -w + ".": floor -w + "'": grass -w + "~": path -w --chef-spawn + "!": path -w --customer-spawn + "_": path -w + "d": door -w + "█": wall -c entities: - !customers scaling_factor: 0.5 - -walkable: - - door - - floor - - chair - - grass - - path - -collider: - - wall |