Create BatNgo
This commit is contained in:
parent
0e53a4799f
commit
c03fa46319
1 changed files with 12 additions and 0 deletions
12
frames/BatNgo
Normal file
12
frames/BatNgo
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