Merge 14c416ae41
into ed6f645950
This commit is contained in:
commit
c2f518f290
1 changed files with 46 additions and 0 deletions
46
frames/ring.go
Normal file
46
frames/ring.go
Normal file
|
@ -0,0 +1,46 @@
|
|||
package frames
|
||||
|
||||
// This is the value stored in the FrameMap
|
||||
var MyAnimation = DefaultFrameType(myAnimationFrames)
|
||||
|
||||
var myAnimationFrames = []string{
|
||||
`------------@@@@@@@@@@@@------------
|
||||
---------@@@ @@@---------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
---------@@@ @@@---------
|
||||
------------@@@@@@@@@@@@------------`,
|
||||
`-----------------@@@@---------------
|
||||
-----------------@@@@---------------
|
||||
-----------------@@@@---------------
|
||||
-----------------@@@@---------------
|
||||
-----------------@@@@---------------
|
||||
-----------------@@@@---------------
|
||||
-----------------@@@@---------------
|
||||
-----------------@@@@---------------
|
||||
-----------------@@@@---------------
|
||||
-----------------@@@@---------------
|
||||
-----------------@@@@---------------
|
||||
-----------------@@@@---------------
|
||||
-----------------@@@@---------------`,
|
||||
`------------@@@@@@@@@@@@------------
|
||||
---------@@@ @@@---------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
------@@@ @@@@------
|
||||
---------@@@ @@@---------
|
||||
------------@@@@@@@@@@@@------------`,
|
||||
}
|
Loading…
Reference in a new issue