diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-09 20:58:19 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-09 20:58:36 +0200 |
| commit | 135f1288f023671be7d36610bb7d61bde3f1fc7b (patch) | |
| tree | 2ac7189f1d95247cf751f2d1e5ba0e95ca8e8cb7 /data/maps/debug.yaml | |
| parent | 06e3f04103b5c65cc4d7035bd0f272a50ce8b8b4 (diff) | |
| download | hurrycurry-135f1288f023671be7d36610bb7d61bde3f1fc7b.tar hurrycurry-135f1288f023671be7d36610bb7d61bde3f1fc7b.tar.bz2 hurrycurry-135f1288f023671be7d36610bb7d61bde3f1fc7b.tar.zst | |
Debug map daytime and no lights
Diffstat (limited to 'data/maps/debug.yaml')
| -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] |