Update popcat.go
This commit is contained in:
parent
1057337913
commit
680620786f
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
package frames
|
||||
|
||||
// This is the value stored in the FrameMap
|
||||
var popcat = DefaultFrameType(popcatFrames)
|
||||
var Popcat = DefaultFrameType(PopcatFrames)
|
||||
|
||||
var popcatFrames = []string{
|
||||
var PopcatFrames = []string{
|
||||
` ,,,,,
|
||||
,g@gg,, g$L||lll,
|
||||
$$$$$$$$@g ,$ll|||llll
|
||||
|
|
Loading…
Reference in a new issue