Versions in this module Expand all Collapse all v0 v0.0.11 Feb 24, 2023 Changes in this version + type Interfacer interface + Draw func(screen *ebiten.Image) + IsDestroyed func() bool + IsEnabled func() bool + IsVisible func() bool + LerpPosition func(endPositionX, endpositionY float64, duration time.Duration, isDestroyed bool, ...) + Name func() string + RenderIndex func() int64 + SetEnabled func(isEnabled bool) + SetIsDestroyed func(isDestroyed bool) + SetRenderIndex func(renderIndex int64) + SetText func(text string) + SetVisible func(isVisible bool) + Update func(dt float64)