Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hud ¶
type Hud struct {
// contains filtered or unexported fields
}
func (*Hud) SetMaxOxygenCapacity ¶
func (h *Hud) SetMaxOxygenCapacity()
type Progressbar ¶
type Progressbar struct {
// contains filtered or unexported fields
}
func NewProgressbar ¶
func NewProgressbar(x, y, width, height, percentage, delayTime int, drawOutsideLine bool) *Progressbar
func (*Progressbar) Draw ¶
func (p *Progressbar) Draw(screen *ebiten.Image)
func (*Progressbar) IsEmpty ¶
func (p *Progressbar) IsEmpty() bool
func (*Progressbar) IsFull ¶
func (p *Progressbar) IsFull() bool
func (*Progressbar) IsNotEmpty ¶
func (p *Progressbar) IsNotEmpty() bool
func (*Progressbar) IsNotFull ¶
func (p *Progressbar) IsNotFull() bool
func (*Progressbar) UpdateDecrease ¶
func (p *Progressbar) UpdateDecrease()
func (*Progressbar) UpdateIncrease ¶
func (p *Progressbar) UpdateIncrease()
type TypeWriter ¶
type TypeWriter struct {
// contains filtered or unexported fields
}
func NewTypeWriter ¶
func NewTypeWriter() *TypeWriter
func (*TypeWriter) PutOneMoreCharacter ¶
func (t *TypeWriter) PutOneMoreCharacter(displayedText, completeText string) string
func (*TypeWriter) Write ¶
func (t *TypeWriter) Write(completeText string) string
Click to show internal directories.
Click to hide internal directories.