delaunnay pure impl

This commit is contained in:
2019-11-15 23:12:49 +03:00
parent cc017e3781
commit 7b4a3c3200
3 changed files with 47 additions and 1 deletions

View File

@ -74,6 +74,7 @@ func main() {
//level, rooms := _default.DefaultGen(mainCtx, gamemap.NewLevel(mainCtx, "test", 1))
//level, rooms := mapgens.DelaunayMstGen(mainCtx, gamemap.NewLevel(mainCtx, "test", 1))
level, rooms := mapgens.DelaunayMstExtGen(mainCtx, gamemap.NewLevel(mainCtx, "test", 1))
//level, rooms := mapgens.DelaunayPureGen(mainCtx, gamemap.NewLevel(mainCtx, "test", 1))
State.Level = level
sidebarWidth := 0