Add authored lake river and cliff terrain chunks

This commit is contained in:
Alexander Sellite 2026-08-22 18:37:59 -04:00
parent ae8ecc24bb
commit 219c462181
146 changed files with 3209 additions and 99 deletions

View file

@ -284,7 +284,7 @@ def _discover_chunks(tolerance: float) -> list[ChunkSource]:
# authored ocean direction; Godot supplies the quarter-turn variants.
# Elevated inland cliff overlays also stop at their downhill edge,
# while second-tier sea pieces carry that edge down to ocean depth.
layered_cliff = "cliff_2" in label
layered_cliff = re.search(r"(?:^|_)cliff_\d+(?:_|$)", label) is not None
allow_open_east_edge = (
"ocean_edge" in label
or "sea_edge" in label