Create nikcircle.go
This commit is contained in:
parent
0e53a4799f
commit
1900a895d9
1 changed files with 17 additions and 0 deletions
17
frames/nikcircle.go
Normal file
17
frames/nikcircle.go
Normal file
|
@ -0,0 +1,17 @@
|
|||
package frames
|
||||
|
||||
// This is the value stored in the FrameMap
|
||||
var MyAnimation = DefaultFrameType(myAnimationFrames)
|
||||
|
||||
var myAnimationFrames = []string{
|
||||
@@@@@@
|
||||
XX XX
|
||||
** **
|
||||
&& &&
|
||||
& &
|
||||
& &
|
||||
&& &&
|
||||
** **
|
||||
XX XX
|
||||
@@@@@@
|
||||
`,
|
Loading…
Reference in a new issue