diff options
| -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 } |