Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageSpecMap ¶
func GetImageMap ¶
func GetImageMap(definitions SheetDefinitions, files []string) (result ImageSpecMap)
type SheetDefinition ¶
type SheetDefinitions ¶
type SheetDefinitions []SheetDefinition
type Spritesheet ¶
type Spritesheet struct {
// contains filtered or unexported fields
}
func (*Spritesheet) AddImage ¶
func (s *Spritesheet) AddImage(filename string) (err error)
func (*Spritesheet) AddMask ¶
func (s *Spritesheet) AddMask(filename string) (err error)
func (*Spritesheet) GetOutput ¶
func (s *Spritesheet) GetOutput(filename string, margin int)
Click to show internal directories.
Click to hide internal directories.