diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-12-16 02:32:47 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-12-16 02:32:47 +0100 |
| commit | e99a71f4f5918e9e43c5f8ff01ce348021f925ea (patch) | |
| tree | f831db78bd44dba3248e370628e916f29b0aa67d /data | |
| parent | d3ddc7490bbe0b7696faf42ab8510b32fbd86f12 (diff) | |
| download | hurrycurry-e99a71f4f5918e9e43c5f8ff01ce348021f925ea.tar hurrycurry-e99a71f4f5918e9e43c5f8ff01ce348021f925ea.tar.bz2 hurrycurry-e99a71f4f5918e9e43c5f8ff01ce348021f925ea.tar.zst | |
Add grey holes; player portal pair rest state is grey holes
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/debug2.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/debug2.yaml b/data/maps/debug2.yaml index ea87df8b..878c1d41 100644 --- a/data/maps/debug2.yaml +++ b/data/maps/debug2.yaml @@ -20,9 +20,9 @@ map: - "TTT+...................." - "|||H...................." - "........................" - - "....~..................." - "........................" - "........................" + - "....~..................." - "........................" - "........................" - "........................" @@ -51,7 +51,7 @@ tiles: "D": house-door -c entities: - - !player_portal_pair { a: [5, 8], b: [10, 8] } + - !player_portal_pair { a: [5, 8], b: [15, 8] } - !environment_effect { name: rain, on: 60, off: 40 } - !environment_effect { name: wind, on: 60, off: 40 } # - !tram |