Added a dancing Batman animation

Closes #10
This commit is contained in:
Claudio La Barbera 2023-03-22 15:09:07 +01:00 committed by Hugo Müller-Downing
parent f3180569d8
commit f1a60c2c04
2 changed files with 1299 additions and 0 deletions

1298
frames/batman.go Normal file

File diff suppressed because it is too large Load diff

View file

@ -35,4 +35,5 @@ var FrameMap = map[string]FrameType{
"rick": Rick, "rick": Rick,
"can-you-hear-me": Rick, "can-you-hear-me": Rick,
"donut": Donut, "donut": Donut,
"batman": Batman,
} }