Some more map progress

This commit is contained in:
2018-03-18 13:57:01 +00:00
parent 88acc05085
commit 2f02c7bbf3
5 changed files with 314 additions and 102 deletions

View File

@@ -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)
}
}
}
}