Documentation ¶ Index ¶ type Title func New(ctx *misc.Context) (*Title, error) func (self *Title) Draw(screen *ebiten.Image) func (self *Title) DrawHiRes(screen *ebiten.Image, zoomLevel float64) func (self *Title) Status() sceneitf.Status func (self *Title) Update(logCursorX, logCursorY int) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Title ¶ type Title struct { // contains filtered or unexported fields } func New ¶ func New(ctx *misc.Context) (*Title, error) func (*Title) Draw ¶ func (self *Title) Draw(screen *ebiten.Image) func (*Title) DrawHiRes ¶ func (self *Title) DrawHiRes(screen *ebiten.Image, zoomLevel float64) func (*Title) Status ¶ func (self *Title) Status() sceneitf.Status func (*Title) Update ¶ func (self *Title) Update(logCursorX, logCursorY int) error Source Files ¶ View all Source files title.go Click to show internal directories. Click to hide internal directories.