ascii-live/frames/ring.go

47 lines
1.7 KiB
Go
Raw Normal View History

2024-02-29 14:31:05 +00:00
package frames
// This is the value stored in the FrameMap
var MyAnimation = DefaultFrameType(myAnimationFrames)
var myAnimationFrames = []string{
`------------@@@@@@@@@@@@------------
---------@@@ @@@---------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
---------@@@ @@@---------
------------@@@@@@@@@@@@------------`,
`-----------------@@@@---------------
-----------------@@@@---------------
-----------------@@@@---------------
-----------------@@@@---------------
-----------------@@@@---------------
-----------------@@@@---------------
-----------------@@@@---------------
-----------------@@@@---------------
-----------------@@@@---------------
-----------------@@@@---------------
-----------------@@@@---------------
-----------------@@@@---------------
-----------------@@@@---------------`,
`------------@@@@@@@@@@@@------------
---------@@@ @@@---------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
------@@@ @@@@------
---------@@@ @@@---------
------------@@@@@@@@@@@@------------`,
}