diff options
| author | tpart <tpart120@proton.me> | 2025-10-14 23:04:27 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2025-10-14 23:04:27 +0200 |
| commit | 0ce632269664f53ba9f344d24e597f13f4985bbf (patch) | |
| tree | 48d6a59e8113b703f0edaa084fe8606a76325fb9 /data/maps | |
| parent | 50bf6975d873aabea8662080b40b211232b29dce (diff) | |
| download | hurrycurry-0ce632269664f53ba9f344d24e597f13f4985bbf.tar hurrycurry-0ce632269664f53ba9f344d24e597f13f4985bbf.tar.bz2 hurrycurry-0ce632269664f53ba9f344d24e597f13f4985bbf.tar.zst | |
Fix more maps
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 |