Create astrend.go

This commit is contained in:
Niccolas García Niño 2024-09-23 12:23:34 -05:00 committed by GitHub
parent 0e53a4799f
commit 67bbd33117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
frames/astrend.go Normal file
View 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`,
}