This commit is contained in:
2019-10-27 02:51:35 +03:00
parent 0da505b01b
commit 184ac149ee
7 changed files with 139 additions and 63 deletions

View File

@ -10,6 +10,7 @@ var minRoomSize = 3
var maxRoomSize = 11
var maxrooms = 100
//fixme make closure to stack them
func DefaultGen(l *gamemap.Level) *gamemap.Level {
rng := util.NewRNG()