overworld/tunnels: add southern part of danio's tunnel
All checks were successful
Build maps / build-bluemap (push) Successful in 33s
Build maps / build-mapcrafter (push) Successful in 1m23s

This commit is contained in:
2026-01-19 00:16:14 +09:00
parent a74844b877
commit 040294f2e1

View File

@@ -12,13 +12,19 @@ MARKER_SET = MarkerSet(
(-1000, 15, -196),
],
),
Track(
name="Danio's Warp Tunnel North",
points=[
(-1000, 23, -1161),
(-1000, 23, 1000),
],
),
Track(
name="Danio's Warp Tunnel South",
points=[
(-1000, 23, 1000),
(-1000, 23, -1161),
(-1000, 23, 4980),
],
),
# NOTE: there is a north part to this tunnel, yet to be mapped
],
)