diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-27 13:19:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-27 13:19:04 +0200 |
commit | 20b88e92a46b3e72b77d41b8b5fcc508c3dfe326 (patch) | |
tree | 243b90e383b7b1c170fdd3c5e446baca702576c4 /data/maps | |
parent | be5635a0b8a9f0e676bf51c1579841c5b71f6890 (diff) | |
download | hurrycurry-20b88e92a46b3e72b77d41b8b5fcc508c3dfe326.tar hurrycurry-20b88e92a46b3e72b77d41b8b5fcc508c3dfe326.tar.bz2 hurrycurry-20b88e92a46b3e72b77d41b8b5fcc508c3dfe326.tar.zst |
fix lanterns
Diffstat (limited to 'data/maps')
-rw-r--r-- | data/maps/debug.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 7c82b65c..ba984001 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -27,11 +27,11 @@ map: - "..ppppbpppp.³..." - "..cccc.cccc..'''''" - ".............'''''" - - "6.>>>}o>>>>..''L''" + - "6.>>>}o>>>>..''l''" - "p.°>>>>v.....'''''" - - "2.+>>]öü>>>..''L''" + - "2.+>>]öü>>>..''l''" - "3.L>>>^......'''''" - - ".............''L''" + - ".............''l''" - ".............'''''" - ".............'''''" @@ -60,7 +60,7 @@ tiles: "²": white-hole-counter "³": black-hole "⁴": white-hole - "L": lamp + "l": lamp "c": chair "~": floor ".": floor @@ -122,10 +122,10 @@ walkable: - grass - path - black-hole - - white-hole collider: - wall - wall-window - tree - lamp + - white-hole |