Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Spr ¶
func Spr(filePath string, spr SprImpdraw, cfg *config.MartineConfig) error
Types ¶
type SprImpdraw ¶
type SprImpdraw struct {
Data []SpriteHard
}
func OpenSpr ¶
func OpenSpr(filePath string) (*SprImpdraw, error)
type SpriteHard ¶
type SpriteHard struct {
Data [256]byte
}
Click to show internal directories.
Click to hide internal directories.