package frames // This is the value stored in the FrameMap var MyAnimation = DefaultFrameType(myAnimationFrames) var myAnimationFrames = []string{ `Frame1`, `Frame2`, `Frame3`, }