diff options
-rw-r--r-- | data/maps/duplex.yaml | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/data/maps/duplex.yaml b/data/maps/duplex.yaml index 385276e9..59552f09 100644 --- a/data/maps/duplex.yaml +++ b/data/maps/duplex.yaml @@ -22,10 +22,10 @@ map: - "''c_c'█#CC#█''''█sff#█'c_c''" - "''c_c'█p...█====█...p█'c_c''" - "''t_t'█p...█''''█...p█'t_t''" - - "''c_cX█p..v‹<<<<‹<..p█Xc_c''" - - "'''___d...>›>>>>›^...d___'''" - - "'''___d...v‹<<<<‹<...d___'''" - - "''c_c'█S..>›>>>>›^..o█'c_c''" + - "''c_cX█p..#‹<<<<‹<..p█Xc_c''" + - "'''___d...>›>>>>›#...d___'''" + - "'''___d...#‹<<<<‹<...d___'''" + - "''c_c'█S..>›>>>>›#..o█'c_c''" - "''t_t'█S...█''''█...o█'t_t''" - "''c_c'█S...█====█...o█'c_c''" - "'''_''█#P#F█''''█RTL#█''_'''" @@ -42,8 +42,6 @@ tiles: "P": counter ">": conveyor "<": conveyor - "^": conveyor - "v": conveyor "t": table "‹": counter-window "›": counter-window @@ -65,8 +63,6 @@ tiles: "~": path "!": path "_": path - "«": path - "»": path "d": door "█": wall @@ -75,10 +71,6 @@ tile_entities: "<": !conveyor { dir: [-1, 0] } "›": !conveyor { dir: [1, 0] } "‹": !conveyor { dir: [-1, 0] } - "»": !conveyor { dir: [1, 0] } - "«": !conveyor { dir: [-1, 0] } - "v": !conveyor { dir: [0, 1] } - "^": !conveyor { dir: [0, -1] } items: "S": pot |