Update nikcircle.go
This commit is contained in:
parent
1900a895d9
commit
591150db3b
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
package frames
|
package frames
|
||||||
|
|
||||||
// This is the value stored in the FrameMap
|
// This is the value stored in the FrameMap
|
||||||
var MyAnimation = DefaultFrameType(myAnimationFrames)
|
var Nikcircle = DefaultFrameType(Nikcircleframes)
|
||||||
|
|
||||||
var myAnimationFrames = []string{
|
var Nikcircleframes = []string{
|
||||||
@@@@@@
|
@@@@@@
|
||||||
XX XX
|
XX XX
|
||||||
** **
|
** **
|
||||||
|
|
Loading…
Reference in a new issue