diff options
| -rw-r--r-- | data/maps/debug.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 91f4c7a6..20234ea0 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -21,10 +21,10 @@ map: - "..0123456789ß?Ü........." - "....................¹..." - "..⌷fRY.ST™o..X......⌷..." - - "..s⌷⌷⌷ɷ⌷⌷™z.........²..." + - "..s⌷⌷⌷.⌷⌷™z.........²..." - "................³......." - "..ppppbpppp............." - - "..ccccɷcccc..'''''''''''" + - "..cccc.cccc..'''''''''''" - ".............''''''''⁴''" - ".A...........''l''''''''" - ".Æ...........'''''''''''" @@ -75,7 +75,6 @@ tiles: "A": wall:blue -c "B": wall:red -c "C": wall:green -c - "ɷ": chandelier -w entities: - !customers @@ -83,4 +82,4 @@ entities: - !item_portal { from: [20, 4], to: [20, 6] } - !environment_effect { name: rain, on: 60, off: 40 } - !environment_effect { name: wind, on: 60, off: 40 } - - !environment [night] + # - !environment [night] |