Resolved Frames.go conflict by adding the newly added elements to the dictionary
This commit is contained in:
parent
f732d34507
commit
9dac617dbc
1 changed files with 6 additions and 1 deletions
|
@ -56,5 +56,10 @@ var FrameMap = map[string]FrameType{
|
||||||
"rick": Rick,
|
"rick": Rick,
|
||||||
"spidyswing": Spidy,
|
"spidyswing": Spidy,
|
||||||
"torus-knot": TorusKnot,
|
"torus-knot": TorusKnot,
|
||||||
"purdue": Purdue,
|
"purdue": Purdue,
|
||||||
|
"as": AStrend,
|
||||||
|
"bomb": Bomb,
|
||||||
|
"maxwell": Maxwell,
|
||||||
|
"earth": Earth,
|
||||||
|
"kitty": Kitty,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue