Documentation ¶
Overview ¶
Package kuronandash is a package for the "Kuronan Dash!" game.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Game ¶
type Game struct {
// contains filtered or unexported fields
}
Game controls all things in the screen.
func NewGame ¶
NewGame returns a new game instance. Please call the Close method when you no longer use this instance.
func (*Game) Draw ¶ added in v0.0.5
func (g *Game) Draw(screen *ebiten.Image)
Update is an implements to draw screens.
Click to show internal directories.
Click to hide internal directories.