diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-25 11:49:56 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-25 11:49:56 +0200 |
commit | bd206205d15f59551c89dc8714efee05356b0333 (patch) | |
tree | de38cb120b322e2c78585ee13e327ba233d428bc /data | |
parent | 13e6c04d5524a136658a97e0b58dd6284e0481d9 (diff) | |
download | hurrycurry-bd206205d15f59551c89dc8714efee05356b0333.tar hurrycurry-bd206205d15f59551c89dc8714efee05356b0333.tar.bz2 hurrycurry-bd206205d15f59551c89dc8714efee05356b0333.tar.zst |
rename portals to black/white-hole
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/debug.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 8be2bda4..d571dc13 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -54,10 +54,10 @@ tiles: "7": fish-crate "X": trash - "¹": item-portal-in - "²": item-portal-out - "³": player-portal-in - "⁴": player-portal-out + "¹": black-hole-counter + "²": white-hole-counter + "³": black-hole + "⁴": white-hole "c": chair "~": floor ".": floor @@ -115,8 +115,8 @@ walkable: - chair - grass - path - - player-portal-in - - player-portal-out + - black-hole + - white-hole collider: - wall |