Some more map progress
This commit is contained in:
@@ -123,5 +123,11 @@ 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)
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user