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,
|
"can-you-hear-me": Rick,
|
||||||
"clock": Clock,
|
"clock": Clock,
|
||||||
"coin": Coin,
|
"coin": Coin,
|
||||||
|
"dino": Dino,
|
||||||
"donut": Donut,
|
"donut": Donut,
|
||||||
"dvd": Dvd,
|
"dvd": Dvd,
|
||||||
"forrest": Forrest,
|
"forrest": Forrest,
|
||||||
|
@ -55,6 +56,7 @@ var FrameMap = map[string]FrameType{
|
||||||
"playstation": PlayStation,
|
"playstation": PlayStation,
|
||||||
"rick": Rick,
|
"rick": Rick,
|
||||||
"spidyswing": Spidy,
|
"spidyswing": Spidy,
|
||||||
|
"tesseract": Tesseract
|
||||||
"torus-knot": TorusKnot,
|
"torus-knot": TorusKnot,
|
||||||
"purdue": Purdue,
|
"purdue": Purdue,
|
||||||
"as": AStrend,
|
"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