Merge 53cb7f0167
into 689a5d76f2
This commit is contained in:
commit
398b7a2f34
3 changed files with 5354 additions and 0 deletions
2706
frames/dino.go
Normal file
2706
frames/dino.go
Normal file
File diff suppressed because it is too large
Load diff
|
@ -45,6 +45,7 @@ var FrameMap = map[string]FrameType{
|
|||
"can-you-hear-me": Rick,
|
||||
"clock": Clock,
|
||||
"coin": Coin,
|
||||
"dino": Dino,
|
||||
"donut": Donut,
|
||||
"dvd": Dvd,
|
||||
"forrest": Forrest,
|
||||
|
@ -55,6 +56,7 @@ var FrameMap = map[string]FrameType{
|
|||
"playstation": PlayStation,
|
||||
"rick": Rick,
|
||||
"spidyswing": Spidy,
|
||||
"tesseract": Tesseract
|
||||
"torus-knot": TorusKnot,
|
||||
"purdue": Purdue,
|
||||
"as": AStrend,
|
||||
|
|
2646
frames/tesseract.go
Normal file
2646
frames/tesseract.go
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue