Resolved Frames.go conflict by adding the newly added elements to the dictionary

This commit is contained in:
Kanari Nagao Hirano 2025-01-05 05:44:18 +00:00
parent f732d34507
commit 9dac617dbc

View file

@ -57,4 +57,9 @@ var FrameMap = map[string]FrameType{
"spidyswing": Spidy, "spidyswing": Spidy,
"torus-knot": TorusKnot, "torus-knot": TorusKnot,
"purdue": Purdue, "purdue": Purdue,
"as": AStrend,
"bomb": Bomb,
"maxwell": Maxwell,
"earth": Earth,
"kitty": Kitty,
} }