diff options
Diffstat (limited to 'data/maps/debug2.yaml')
| -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 |