Merge 591150db3b
into ed6f645950
This commit is contained in:
commit
6de45f77c9
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 Nikcircle = DefaultFrameType(Nikcircleframes)
|
||||
|
||||
var Nikcircleframes = []string{
|
||||
@@@@@@
|
||||
XX XX
|
||||
** **
|
||||
&& &&
|
||||
& &
|
||||
& &
|
||||
&& &&
|
||||
** **
|
||||
XX XX
|
||||
@@@@@@
|
||||
`,
|
Loading…
Reference in a new issue