diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/junior.yaml | 3 | ||||
-rw-r--r-- | data/maps/lobby.yaml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/data/maps/junior.yaml b/data/maps/junior.yaml index e925acfe..91f61435 100644 --- a/data/maps/junior.yaml +++ b/data/maps/junior.yaml @@ -21,7 +21,7 @@ map: - "''█ctc.ctc.ctc.ctc.ctc█**" - "''▒.....c.............█''" - "'*█c...c...████ww██dd██*'" - - "*'█tc.ctc..█sCC..f⌷..L█''" + - "*'█tc.ctc..█sCC..fb..L█''" - "''▒c...c...w....~....R█'*" - "*'█c.......w.⌷⌷⌷⌷⌷⌷..T█*'" - "'*█tc......w.........F█'*" @@ -41,6 +41,7 @@ tiles: "s": sink "o": oven "S": stove + "b": book "C": cuttingboard "R": raw-steak-crate "T": tomato-crate diff --git a/data/maps/lobby.yaml b/data/maps/lobby.yaml index 1a727577..2785e3e0 100644 --- a/data/maps/lobby.yaml +++ b/data/maps/lobby.yaml @@ -17,7 +17,7 @@ map: - "'''''*'''*''''" - "'''*''''*'*'*'" - "''██████████*'" - - "''█...ctc.c█**" + - "''█b..ctc.c█**" - "''█c...c.cT█''" - "'*█tc.....c█*'" - "*'█c..~..ct█''" @@ -36,6 +36,7 @@ tiles: "c": chair "~": floor ".": floor + "b": book "'": grass "*": tree "█": wall |