ascii-live/frames/teddy.go
2025-01-25 19:35:53 +05:30

26 lines
916 B
Go

package frames
var Teddy = DefaultFrameType(teddyFrames)
var teddyFrames = []string{
` .cccc;;cc;';c.
.,:dkdc:;;:c:,:d:.
.loc'.,cc::::::,..,:.
.cl;....;dkdccc::,...c;
.c:,';:'..ckc',;::;....;c.
.c:'.,dkkoc:ok:;llllc,,c,';:.
.;c,';okkkkkkkk:,lllll,:kd;.;:,.
co..:kkkkkkkkkk:;llllc':kkc..oNc
.cl;.,okkkkkkkkkkc,:cll;,okkc'.cO;
;k:..ckkkkkkkkkkkl..,;,.;xkko:',l'
.,...';dkkkkkkkkkkd;.....ckkkl'.cO;
.,,:,.;oo:ckkkkkkkkkkkdoc;;cdkkkc..cd,
.cclo;,ccdkkl;llccdkkkkkkkkkkkkkkkd,.c;
.lol:;;okkkkkxooc::loodkkkkkkkkkkkko'.oc
.c:'..lkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkd,.oc
.lo;,ccdkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkd,.c;
,dx:..;lllllllllllllllllllllllllllllllloc'...
cNO;........................................`,
}