Adds batman and robin, spiderman

Closes #15, #16, #17.
This commit is contained in:
HimalErangana 2023-06-19 06:35:20 +05:30 committed by Hugo Müller-Downing
parent 379012dbc0
commit bb3c7f0fa7
3 changed files with 3236 additions and 0 deletions

1755
frames/batman&robin.go Normal file

File diff suppressed because it is too large Load diff

View file

@ -39,4 +39,7 @@ var FrameMap = map[string]FrameType{
"coin": Coin,
"torus-knot": TorusKnot,
"knot": TorusKnot,
"spidyswing": Spidy,
"batman-running": BNR,
"bnr": BNR,
}

1478
frames/spidyswing.go Normal file

File diff suppressed because it is too large Load diff