Documentation ¶
Index ¶
- func CreateGenericThumbnail(text string) image.Image
- func DrawCenteredText(dst draw.Image, text string, dx, dy int, c color.Color)
- func DrawCharacter(dst draw.Image, x, y int, ch byte, c color.Color)
- func DrawText(dst draw.Image, x, y int, text string, c color.Color)
- func Run(paths []string)
- func WordWrap(text string, maxLength int) []string
- type Audio
- type Director
- type GameView
- type MenuView
- type Texture
- type View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGenericThumbnail ¶
func DrawCenteredText ¶
Types ¶
type Texture ¶
type Texture struct {
// contains filtered or unexported fields
}
func NewTexture ¶
func NewTexture() *Texture
Click to show internal directories.
Click to hide internal directories.