diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-10-14 20:44:15 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-10-14 20:44:17 +0200 |
| commit | a352c821846e7d0ef2750a36981ab3c2ff95d052 (patch) | |
| tree | 2942edb6e255d8cbe4a62ebe58b3f3725c81944d /data | |
| parent | a4a43c4860e484194999d600ea6a68b5c49f27f7 (diff) | |
| download | hurrycurry-a352c821846e7d0ef2750a36981ab3c2ff95d052.tar hurrycurry-a352c821846e7d0ef2750a36981ab3c2ff95d052.tar.bz2 hurrycurry-a352c821846e7d0ef2750a36981ab3c2ff95d052.tar.zst | |
Fix debug portal locations
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/debug.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 2cc8c03f..ddf0ca60 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -79,6 +79,6 @@ tiles: "C": wall:green -c entities: - - !player_portal { from: [14.5, 12.5], to: [21.5, 16.5] } + - !player_portal { from: [14.5, 11.5], to: [21.5, 15.5] } - !environment_effect { name: rain, on: 60, off: 40 } - !environment_effect { name: wind, on: 60, off: 40 } |