Create astrend.go
This commit is contained in:
parent
0e53a4799f
commit
67bbd33117
1 changed files with 10 additions and 0 deletions
10
frames/astrend.go
Normal file
10
frames/astrend.go
Normal file
|
@ -0,0 +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