Finish the Set/ implementation
This commit is contained in:
@@ -122,12 +122,9 @@ func loadSets() {
|
||||
}
|
||||
|
||||
for key, mapSet := range mapSets {
|
||||
fmt.Printf(" * `%s`: Defs=%#v len(palette)=%d\n", key, mapSet.Defs, len(mapSet.Palette))
|
||||
if key == "map01.set" {
|
||||
for i, objName := range mapSet.Palette {
|
||||
fmt.Printf(" %d. %s\n", i, objName)
|
||||
}
|
||||
}
|
||||
|
||||
fmt.Printf(" * `%s`: surface expected=%d actual=%d\n", key, mapSet.SurfaceCount, len(mapSet.SurfacePalette))
|
||||
fmt.Printf(" * `%s`: left expected=%d actual=%d\n", key, mapSet.LeftCount, len(mapSet.LeftPalette))
|
||||
fmt.Printf(" * `%s`: right expected=%d actual=%d\n", key, mapSet.RightCount, len(mapSet.RightPalette))
|
||||
fmt.Printf(" * `%s`: center expected=%d actual=%d\n", key, mapSet.CenterCount, len(mapSet.CenterPalette))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user