Documentation
¶
Overview ¶
https://gist.github.com/tmathews/42f663e85c333791d720d7911347eb77
Index ¶
- func DrawChoiceFrame(screen, frameImage *ebiten.Image, strs []string, choice int, ...)
- func DrawChoiceMultiColumnFrame(screen, frameImage *ebiten.Image, strss [][]string, choicePoint ChoicePoint, ...)
- func DrawFrame(screen, frameImage *ebiten.Image, strs []string, face *text.GoTextFace, ...)
- func NewSubImageAt(src *ebiten.Image, x1, y1, x2, y2 int) *ebiten.Image
- type ChoicePoint
- type NinePatch
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DrawChoiceFrame ¶
func DrawChoiceMultiColumnFrame ¶
func DrawChoiceMultiColumnFrame(screen, frameImage *ebiten.Image, strss [][]string, choicePoint ChoicePoint, face *text.GoTextFace, x, y float64)
Types ¶
type ChoicePoint ¶
type ChoicePoint struct {
X, Y int
}
type NinePatch ¶
type NinePatch struct {
// contains filtered or unexported fields
}
func NewNinePatchOfSize ¶
Click to show internal directories.
Click to hide internal directories.
