Documentation ¶ Index ¶ type Writer func New(text string, ctx *misc.Context) *Writer func (self *Writer) Draw(screen *ebiten.Image, fontSize int, bounds image.Rectangle, opacity uint8) (int, int) func (self *Writer) ReachedEnd() bool func (self *Writer) SkipToEnd() func (self *Writer) Tick() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Writer ¶ type Writer struct { // contains filtered or unexported fields } func New ¶ func New(text string, ctx *misc.Context) *Writer func (*Writer) Draw ¶ func (self *Writer) Draw(screen *ebiten.Image, fontSize int, bounds image.Rectangle, opacity uint8) (int, int) func (*Writer) ReachedEnd ¶ func (self *Writer) ReachedEnd() bool func (*Writer) SkipToEnd ¶ func (self *Writer) SkipToEnd() func (*Writer) Tick ¶ func (self *Writer) Tick() Source Files ¶ View all Source files typewriter.go Click to show internal directories. Click to hide internal directories.