correct copying of prefabs

This commit is contained in:
anton.gurov
2019-11-12 13:59:19 +03:00
parent d198001ec0
commit 4bdb51d9e3
5 changed files with 17 additions and 63 deletions

View File

@ -23,9 +23,9 @@ type PrefabRecord struct {
X int `json:"x"`
Y int `json:"y"`
} `json:"Size"`
TileLegend map[string]string `json:"default_tile_legend"`
MobsLegend map[string]string `json:"default_mobs_legend"`
ItemLegend map[string]string `json:"default_item_legend"`
TileLegend map[string]string `json:"tile_legend"`
MobsLegend map[string]string `json:"mobs_legend"`
ItemLegend map[string]string `json:"item_legend"`
Body []string `json:"body"`
}