Update astrend.go
This commit is contained in:
parent
67bbd33117
commit
c14e642391
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
package frames
|
||||
|
||||
// This is the value stored in the FrameMap
|
||||
var MyAnimation = DefaultFrameType(myAnimationFrames)
|
||||
var AStrend = DefaultFrameType(as)
|
||||
|
||||
var myAnimationFrames = []string{
|
||||
var as = []string{
|
||||
`Frame1`,
|
||||
`Frame2`,
|
||||
`Frame3`,
|
||||
|
|
Loading…
Reference in a new issue