Versions in this module Expand all Collapse all v0 v0.0.1 Jan 29, 2020 Changes in this version + func LoadTTF(rdr io.Reader, size float64, origin pixel.Vec) *text.Text + type AnimatedSprite struct + func LoadGif(file io.Reader) (*AnimatedSprite, error) + func (a *AnimatedSprite) Draw(t pixel.Target, m pixel.Matrix) + func (a *AnimatedSprite) Update(dt float64)