Update astrend.go

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

View file

@ -1,9 +1,9 @@
package frames package frames
// This is the value stored in the FrameMap // This is the value stored in the FrameMap
var MyAnimation = DefaultFrameType(myAnimationFrames) var AStrend = DefaultFrameType(as)
var myAnimationFrames = []string{ var as = []string{
`Frame1`, `Frame1`,
`Frame2`, `Frame2`,
`Frame3`, `Frame3`,