Create VJ
This commit is contained in:
parent
f3180569d8
commit
52656537d9
1 changed files with 38 additions and 0 deletions
38
frames/vj.go
Normal file
38
frames/vj.go
Normal file
|
@ -0,0 +1,38 @@
|
|||
package frames
|
||||
|
||||
var VJ = DefaultFrameType(vjFrames)
|
||||
|
||||
var vjFrames = []string{
|
||||
`
|
||||
.::::::.. :::. . :::::::::::::: ::: ::: :::::::::: ::::::::::
|
||||
;;;;'''' ;;';;. .;;. ;;;;;;;:::;;;;; ;;; ;;; ;;;;;;;'''' ;;;;;;;''''
|
||||
[[cccc [[[,[[, ,[[[[[. '[, [[ [[[[, [[' [[[ [[ [[
|
||||
$$"""" $$$$$$$$$$ "Y$c$$ $$$, $$$ "Y$c$$ $$$ $$ $$$$$$
|
||||
888oo,__ _888P""""" "88o, "888,_88oo,888o,__,88P 88, 888
|
||||
""""""YUMMMMMMM"MMMMMMMM "MMM MMM """"YUMMM""YUMM" MMM MMM
|
||||
`,
|
||||
`
|
||||
. : .::. . :::::::::::::: ::: ::: :::::::::: ::::::::::
|
||||
.;;,. ;;,';;;;, .;;;;. ;;;;;;;:::;;;;; ;;; ;;; ;;;;;;;'''' ;;;;;;;''''
|
||||
[[[[[,[[' [[ \.`,[[[[[. '[, [[ [[[[, [[' [[[ [[ [[
|
||||
$$$$$$$ $$$ ]$$$$$$$$$$"Y$c$$ $$$"Y$c$$ $$$ $$ $$$$$$
|
||||
888`88bo,888, d8P""""""" "88o, "888o,"888,,o88P' 88, 888
|
||||
MMMM "W" MMM MMMM MMM "W" MMM "YUMMMM" MMM MMM
|
||||
`,
|
||||
`
|
||||
::: . .:::. . :::::::::::::: ::: ::: :::::::::: ::::::::::
|
||||
;;; ;;,;;;;' .;;;;. ;;;;;;;:::;;;;; ;;; ;;; ;;;;;;;'''' ;;;;;;;''''
|
||||
[[[ [[[[[[\ ,[[[[[. '[, [[ [[[[, [[' [[[ [[ [[
|
||||
$$' $$$$$$$$\$$$$$$$$$$"Y$c$$ $$$$, $$$ $$$ $$ $$$$$$
|
||||
888 d8888888888888888ooo888o888,_ _,88P' 888 888 88, 888
|
||||
MMM MMMMMMMMMMMMMMMMMM """"""" MMM "YMMMMM" MMM MMM MMM
|
||||
`,
|
||||
`
|
||||
.:: . .:::. . :::::::::::::: ::: ::: :::::::::: ::::::::::
|
||||
,88' ;;,;;;;' .;;;;. ;;;;;;;:::;;;;; ;;; ;;; ;;;;;;;'''' ;;;;;;;''''
|
||||
"" [[[[[[\ ,[[[[[. '[, [[ [[[[, [[' [[[ [[ [[
|
||||
88[ $$$""$$$$$$$$$$"Y$c$$ $$$"Y$c$$ $$$ $$ $$$$$$
|
||||
MMM 888 "88o "88o, "888o,"888,,o88P' 88, 888
|
||||
[[[ 888 Y88 Y88 MMM "YUMMMM" MMM MMM
|
||||
`},
|
||||
}
|
Loading…
Reference in a new issue