diff options
-rw-r--r-- | data/maps/debug.yaml | 4 | ||||
-rw-r--r-- | data/maps/duplex.yaml | 44 |
2 files changed, 28 insertions, 20 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 66dad148..e3aa176c 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -20,7 +20,7 @@ map: - "........................" - "..0123456789ß?Ü........." - "....................¹..." - - "..⌷fRC.SToo..X......⌷..." + - "..⌷fRY.SToo..X......⌷..." - "..s⌷⌷⌷ɷ⌷⌷zz.........²..." - "................³......." - "..ppppbpppp............." @@ -46,7 +46,7 @@ tiles: "S": stove "T": stove "b": book - "C": cutting-board + "Y": cutting-board "R": rolling-board "0": rice-crate "1": steak-crate diff --git a/data/maps/duplex.yaml b/data/maps/duplex.yaml index e4829d4a..f7103741 100644 --- a/data/maps/duplex.yaml +++ b/data/maps/duplex.yaml @@ -18,18 +18,18 @@ map: - "'''''*''''''''*''''''''''*''" - "'*'''''''''*''''*''''*''''*'" - "'''*'''*''''''*''''''''*''''" - - "''t_t'██████''''██████'t_t''" - - "''c_c'█#CC#█''''█sff#█'c_c''" - - "''c_c'█p...█====█...p█'c_c''" - - "''t_t'█p...█''''█...p█'t_t''" - - "''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''" - - "'''_''█#PDF█''''█RTL#█''_'''" - - "*''_''██████''''██████''_'''" + - "''t_t'██████''''▒▒▒▒▒▒'t_t''" + - "''c_c'█#CC#█''''▒sff#▒'c_c''" + - "''c_c'█p...█====▒...p▒'c_c''" + - "''t_t'█p...█''''▒...p▒'t_t''" + - "''c_cX█p..#‹<<<<«<..p▒Xc_c''" + - "'''___d...>›>>>>»#...e___'''" + - "'''___d...#‹<<<<«<...e___'''" + - "''c_c'█S..>›>>>>»#..o▒'c_c''" + - "''t_t'█S...█''''▒...o▒'t_t''" + - "''c_c'█S...█====▒...o▒'c_c''" + - "'''_''█#PDF█''''▒RTL#▒''_'''" + - "*''_''██████''''▒▒▒▒▒▒''_'''" - "'''_''''''''''''''''''''_''*" - "'''______________________'''" - "'*'''''''''''__'''''''''''*'" @@ -43,8 +43,10 @@ tiles: ">": conveyor "<": conveyor "t": table - "‹": counter-window - "›": counter-window + "‹": counter-window:blue + "›": counter-window:blue + "«": counter-window:red + "»": counter-window:red "s": sink "o": oven "S": stove @@ -64,14 +66,18 @@ tiles: "~": path "!": path "_": path - "d": door - "█": wall + "d": door:blue + "e": door:red + "█": wall:blue + "▒": wall:red tile_entities: ">": !conveyor { dir: [1, 0] } "<": !conveyor { dir: [-1, 0] } "›": !conveyor { dir: [1, 0] } "‹": !conveyor { dir: [-1, 0] } + "»": !conveyor { dir: [1, 0] } + "«": !conveyor { dir: [-1, 0] } items: "S": pot @@ -88,13 +94,15 @@ chef_spawn: "~" customer_spawn: "~" walkable: - - door + - door:blue + - door:red - floor - chair - grass - path collider: - - wall + - wall:blue + - wall:red - tree - fence |