Versions in this module Expand all Collapse all v1 v1.0.0 Aug 9, 2022 Changes in this version + type ColorPair struct + BG color.RGBA + FG color.RGBA + type Overmap struct + func Build(save save.Save, gameRoot string) (Overmap, error) + func (o Overmap) Color(id string, landUseCode bool) (color.RGBA, color.RGBA) + func (o Overmap) Exists(id string) bool + func (o Overmap) Symbol(id string, landUseCode bool) string + func (o Overmap) UID(id string) uint32