Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cell ¶ added in v0.1.1
type Cell struct { PositionX int16 PositionY int16 Opacity int8 Image *image.RGBA Duration uint16 EbitenImage *ebiten.Image // contains filtered or unexported fields }
Cell represents an image
type Layer ¶
type Layer struct { BlendMode int16 Name string Opacity int8 Flags int16 Cells []*Cell // contains filtered or unexported fields }
Layer represents layers of a sprite
type Sprite ¶
type Sprite struct { Width uint16 Height uint16 Tags []*Tag Layers map[string]*Layer // contains filtered or unexported fields }
Sprite represents an aseprite sprite file
Click to show internal directories.
Click to hide internal directories.