diff --git a/frames/astrend.go b/frames/astrend.go new file mode 100644 index 0000000..63a585d --- /dev/null +++ b/frames/astrend.go @@ -0,0 +1,10 @@ +package frames + +// This is the value stored in the FrameMap +var MyAnimation = DefaultFrameType(myAnimationFrames) + +var myAnimationFrames = []string{ + `Frame1`, + `Frame2`, + `Frame3`, +}