Update skull.go
This commit is contained in:
parent
38d77b8320
commit
9471e1c6e4
1 changed files with 9 additions and 0 deletions
|
@ -1 +1,10 @@
|
|||
package frames
|
||||
|
||||
// This is the value stored in the FrameMap
|
||||
var MyAnimation = DefaultFrameType(myAnimationFrames)
|
||||
|
||||
var myAnimationFrames = []string{
|
||||
`Frame1`,
|
||||
`Frame2`,
|
||||
`Frame3`,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue