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