This commit is contained in:
Dan 2025-03-12 16:51:23 +01:00 committed by GitHub
commit edcfc50f18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 60 additions and 0 deletions

59
frames/forty-two.go Normal file
View file

@ -0,0 +1,59 @@
package frames
var FortyTwo = DefaultFrameType(myAnimationFrames)
var myAnimationFrames = []string{
`
`,
`
`,
`
`,
`
`,
`
`,
`
`,
}

View file

@ -63,5 +63,6 @@ var FrameMap = map[string]FrameType{
"earth": Earth,
"kitty": Kitty,
"india": India,
"forty-two": FortyTwo,
"brittany": Brittany,
}