package
Version:
v0.0.0-...-d12af05
Opens a new window with list of versions in this module.
Published: Sep 2, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 22
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Game implements ebiten.Game interface.
Draw is called every frame (typically 1/60[s] for 60Hz display).
func (g *Game) Layout(outsideWidth, outsideHeight int) (int, int)
Layout takes the outside size (e.g., the window size) and returns the (logical) screen size.
Update is called every tick (1/60 s by default).
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.