diff --git a/surprise.go b/surprise.go new file mode 100644 index 0000000..8cb5121 --- /dev/null +++ b/surprise.go @@ -0,0 +1,12 @@ +package frames + +// This is the value stored in the FrameMap +var MyAnimation = DefaultFrameType(myAnimationFrames) + +var myAnimationFrames = []string{ + ` ___ _ __ _ _ _ _ _ // _ _ __ _ + / __|| |_ _/_/ __ | |__ _ _ | |_ | |_ (_) | |_ _/\ | |_ _ _ | |_ /_/ | | + | (__ | ' \| || |/ _| | '_ \| ' \ | _|| ' \ | | | _|/ _ \| _| | ' \ | ' \ / -_)|_| + \___||_||_|\_,_|\__| |_.__/|_||_| \__||_||_||_| \__|\___/ \__| |_||_||_||_|\___|(_) + `, +}