package
Version:
v0.0.0-...-a9b3afa
Opens a new window with list of versions in this module.
Published: Jan 8, 2024
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Drawable interface {
Draw(w donburi.World, screen *ebiten.Image)
}
func NewGame(screenWidth int, screenHeight int) *Game
func (g *Game) Draw(screen *ebiten.Image)
func NewTitle(screenWidth int, screenHeight int, newGameCallback func()) *Title
func (t *Title) Draw(screen *ebiten.Image)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.