From c03fa463192b7d9fd4c3566077315a01bb39864a Mon Sep 17 00:00:00 2001 From: duynam3004 <132324061+duynam3004@users.noreply.github.com> Date: Wed, 1 May 2024 20:53:55 +0700 Subject: [PATCH] Create BatNgo --- frames/BatNgo | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 frames/BatNgo diff --git a/frames/BatNgo b/frames/BatNgo new file mode 100644 index 0000000..8cb5121 --- /dev/null +++ b/frames/BatNgo @@ -0,0 +1,12 @@ +package frames + +// This is the value stored in the FrameMap +var MyAnimation = DefaultFrameType(myAnimationFrames) + +var myAnimationFrames = []string{ + ` ___ _ __ _ _ _ _ _ // _ _ __ _ + / __|| |_ _/_/ __ | |__ _ _ | |_ | |_ (_) | |_ _/\ | |_ _ _ | |_ /_/ | | + | (__ | ' \| || |/ _| | '_ \| ' \ | _|| ' \ | | | _|/ _ \| _| | ' \ | ' \ / -_)|_| + \___||_||_|\_,_|\__| |_.__/|_||_| \__||_||_||_| \__|\___/ \__| |_||_||_||_|\___|(_) + `, +}