Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Overmap ¶
type Overmap struct {
Chunks []OvermapChunk
}
type OvermapChunk ¶
type OvermapChunk struct { X int Y int Layers [][]TerrainGroup `json:"layers"` }
type TerrainGroup ¶
func (*TerrainGroup) UnmarshalJSON ¶
func (tg *TerrainGroup) UnmarshalJSON(bs []byte) error
type WorldLayer ¶
type WorldLayer struct {
Rows []WorldRow
}
Click to show internal directories.
Click to hide internal directories.