Documentation ¶
Index ¶
- Variables
- func DrawHorizontalFlippedImage(screen, img *ebiten.Image, imageWidth, posX, posY int)
- func DrawLightenImage(screen, img *ebiten.Image, posX, posY int, light float64)
- func DrawNormalImage(screen, img *ebiten.Image, posX, posY int)
- func DrawNormalScaledImage(screen, img *ebiten.Image, posX, posY int, scaleX, scaleY float32)
- func DrawRotateImage(screen, img *ebiten.Image, posX, posY int, degrees float64)
- func GetSubImage(spriteSheet *ebiten.Image, ...) *ebiten.Image
- func LoadFonts(filesystem embed.FS) error
- func LoadStaticResource(filesystem embed.FS, path string) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MplusNormalFont font.Face MplusSmallFont font.Face )
Functions ¶
func DrawHorizontalFlippedImage ¶
func DrawHorizontalFlippedImage(screen, img *ebiten.Image, imageWidth, posX, posY int)
func DrawLightenImage ¶
func DrawNormalImage ¶
func DrawNormalImage(screen, img *ebiten.Image, posX, posY int)
func DrawNormalScaledImage ¶
func DrawRotateImage ¶
func GetSubImage ¶
func GetSubImage(spriteSheet *ebiten.Image, frameWidth, frameHeight, spriteCount, frameCount, speed int) *ebiten.Image
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.