Create surprise.go
This commit is contained in:
parent
0e53a4799f
commit
fcdfd0e500
1 changed files with 12 additions and 0 deletions
12
surprise.go
Normal file
12
surprise.go
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
package frames
|
||||||
|
|
||||||
|
// This is the value stored in the FrameMap
|
||||||
|
var MyAnimation = DefaultFrameType(myAnimationFrames)
|
||||||
|
|
||||||
|
var myAnimationFrames = []string{
|
||||||
|
` ___ _ __ _ _ _ _ _ // _ _ __ _
|
||||||
|
/ __|| |_ _/_/ __ | |__ _ _ | |_ | |_ (_) | |_ _/\ | |_ _ _ | |_ /_/ | |
|
||||||
|
| (__ | ' \| || |/ _| | '_ \| ' \ | _|| ' \ | | | _|/ _ \| _| | ' \ | ' \ / -_)|_|
|
||||||
|
\___||_||_|\_,_|\__| |_.__/|_||_| \__||_||_||_| \__|\___/ \__| |_||_||_||_|\___|(_)
|
||||||
|
`,
|
||||||
|
}
|
Loading…
Reference in a new issue