system

package
v0.0.0-...-457906a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2024 License: CC0-1.0, MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Background

type Background struct{}

func (*Background) Draw

func (b *Background) Draw(world donburi.World, screen *ebiten.Image)

type Bounce

type Bounce struct {
	// contains filtered or unexported fields
}

func NewBounce

func NewBounce(bounds *image.Rectangle) *Bounce

func (*Bounce) Update

func (b *Bounce) Update(w donburi.World)

type Gravity

type Gravity struct {
	// contains filtered or unexported fields
}

func NewGravity

func NewGravity() *Gravity

func (*Gravity) Update

func (g *Gravity) Update(w donburi.World)

type Metrics

type Metrics struct {
	// contains filtered or unexported fields
}

func NewMetrics

func NewMetrics(bounds *image.Rectangle) *Metrics

func (*Metrics) Draw

func (m *Metrics) Draw(w donburi.World, screen *ebiten.Image)

func (*Metrics) Update

func (m *Metrics) Update(w donburi.World)

type Render

type Render struct {
	// contains filtered or unexported fields
}

func NewRender

func NewRender() *Render

func (*Render) Draw

func (r *Render) Draw(w donburi.World, screen *ebiten.Image)

type Spawn

type Spawn struct {
	// contains filtered or unexported fields
}

func NewSpawn

func NewSpawn() *Spawn

func (*Spawn) Update

func (s *Spawn) Update(w donburi.World)

type Velocity

type Velocity struct {
	// contains filtered or unexported fields
}

func NewVelocity

func NewVelocity() *Velocity

func (*Velocity) Update

func (v *Velocity) Update(w donburi.World)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL