mapgen moving to delanay -> minimum spanning tree for rooms connection

This commit is contained in:
2019-11-11 01:47:16 +03:00
parent b734e538f4
commit e30aa33715
16 changed files with 380 additions and 73 deletions

View File

@ -82,7 +82,3 @@ func (l *Level) SetAllInvisible() {
}
}
type Room struct {
*types.Rect
Center types.Coords
}