ascii-live/frames/ring.go
2024-02-29 15:31:05 +01:00

46 lines
1.7 KiB
Go

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