From e99a71f4f5918e9e43c5f8ff01ce348021f925ea Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 16 Dec 2025 02:32:47 +0100 Subject: Add grey holes; player portal pair rest state is grey holes --- data/maps/debug2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps') 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 -- cgit v1.3