also show final result with region numbers

This commit is contained in:
2025-02-22 20:06:31 -08:00
parent b302538ade
commit e2aa4a3ee7

View File

@ -603,6 +603,7 @@ function connectRegions(knife: Knife) {
}
connectors = connectors2;
}
knife.showDebug(merged);
}
function growMaze(knife: Knife, start: Point) {