Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ImgBlank = ebiten.NewImage(1, 1) ImgWhiteSquare = ebiten.NewImage(64, 64) ImgBlackSquare = ebiten.NewImage(64, 64) ImgHelp = LoadImage("image/help.png") ImgPower = LoadImage("image/power.png") )
View Source
var ( SoundMusic1 *audio.Player SoundMusic2 *audio.Player SoundMusic3 *audio.Player SoundSelect *audio.Player SoundBulldoze *audio.Player SoundPop1 *audio.Player SoundPop2 *audio.Player SoundPop3 *audio.Player SoundPop4 *audio.Player SoundPop5 *audio.Player SoundExplosion1 *audio.Player SoundExplosion2 *audio.Player )
View Source
var FS embed.FS
Functions ¶
func LoadSounds ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.