diff options
Diffstat (limited to 'data/maps')
| -rw-r--r-- | data/maps/auto_sushi.yaml | 21 | ||||
| -rw-r--r-- | data/maps/sushibar.yaml | 2 |
2 files changed, 12 insertions, 11 deletions
diff --git a/data/maps/auto_sushi.yaml b/data/maps/auto_sushi.yaml index 2e60e0f5..49bda2ae 100644 --- a/data/maps/auto_sushi.yaml +++ b/data/maps/auto_sushi.yaml @@ -20,11 +20,11 @@ flags: map: - "''''''''''''''''''*''''''" - "'__~_█████████''*''''''''" - - "'____█YTFLR#p██0█0█0█''*'" - - "'____d.......█ff#oo#█''''" - - "'__==██......d......███'*" - - "'__=>›s......d......›v█==" - - "'__=^███CCpp███#SSfp█v█tc" + - "'____█YTFLRMp██0█0█0█''*'" + - "'____d.......fff####█''''" + - "'__==██.............███'*" + - "'__=>›s.............›v█==" + - "'__=^███CCpp####SSfp█v█tc" - "'__=X‹<█v<<<<<v<<<<<█v█c'" - "'__==█^█v.cc.^v.cc.^█v██d" - "'____█^█vc..c^vc..c^█v█tc" @@ -45,19 +45,19 @@ tiles: "<": conveyor --conveyor=-1,0 "^": conveyor --conveyor=0,-1 "v": conveyor --conveyor=0,1 - "‹": counter-window --conveyor=-1,0 - "›": counter-window --conveyor=1,0 - "0": wall-window + "‹": conveyor --conveyor=-1,0 + "›": conveyor --conveyor=1,0 + "0": wall-window -c "s": sink -x - "o": oven -x "S": stove -i=pot "C": cutting-board "R": fish-crate -x "T": tomato-crate -x + "M": mushroom-crate -x "F": rice-crate -x "Y": coconut-crate -x "L": leek-crate -x - "X": trash -x + "X": trash -x --conveyor=0,-1 "t": table "c": chair -w @@ -82,3 +82,4 @@ tile_entities: entities: - !customers + scaling_factor: 0.2 diff --git a/data/maps/sushibar.yaml b/data/maps/sushibar.yaml index 23125cac..4474bab1 100644 --- a/data/maps/sushibar.yaml +++ b/data/maps/sushibar.yaml @@ -45,7 +45,7 @@ tiles: "F": fish-crate -x "L": strawberry-crate -x "X": trash -x - "Z": freezer + "Z": freezer -x "c": chair -w "~": floor -w --chef-spawn |