diff --git a/frames/skull.go b/frames/skull.go index 8b13789..63a585d 100644 --- a/frames/skull.go +++ b/frames/skull.go @@ -1 +1,10 @@ +package frames +// This is the value stored in the FrameMap +var MyAnimation = DefaultFrameType(myAnimationFrames) + +var myAnimationFrames = []string{ + `Frame1`, + `Frame2`, + `Frame3`, +}