delaunnay pure impl
This commit is contained in:
@ -40,7 +40,7 @@ func DelaunayMstExtGen(ctx appctx.ClientCtx, l *gamemap.Level) (*gamemap.Level,
|
||||
MedianStraight(rng, l, rooms, centers, edge)
|
||||
outlyingCorridors = append(outlyingCorridors, edge)
|
||||
outlyingCorrCount++
|
||||
if outlyingCorrCount > 5 {
|
||||
if outlyingCorrCount > 8 {
|
||||
break
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user