ascii-live/frames/skull.go

11 lines
187 B
Go
Raw Normal View History

2025-02-01 17:53:25 +00:00
package frames
2025-02-01 17:51:17 +00:00
2025-02-01 17:53:25 +00:00
// This is the value stored in the FrameMap
var MyAnimation = DefaultFrameType(myAnimationFrames)
var myAnimationFrames = []string{
`Frame1`,
`Frame2`,
`Frame3`,
}