Alpha-sorts frame map
This commit is contained in:
parent
0ba49968b2
commit
b427fd460a
1 changed files with 12 additions and 12 deletions
|
@ -28,20 +28,20 @@ func DefaultFrameType(frames []string) FrameType {
|
||||||
}
|
}
|
||||||
|
|
||||||
var FrameMap = map[string]FrameType{
|
var FrameMap = map[string]FrameType{
|
||||||
"forrest": Forrest,
|
|
||||||
"parrot": Parrot,
|
|
||||||
"clock": Clock,
|
|
||||||
"nyan": Nyan,
|
|
||||||
"rick": Rick,
|
|
||||||
"can-you-hear-me": Rick,
|
|
||||||
"donut": Donut,
|
|
||||||
"batman": Batman,
|
"batman": Batman,
|
||||||
"coin": Coin,
|
|
||||||
"torus-knot": TorusKnot,
|
|
||||||
"knot": TorusKnot,
|
|
||||||
"spidyswing": Spidy,
|
|
||||||
"batman-running": BNR,
|
"batman-running": BNR,
|
||||||
"bnr": BNR,
|
"bnr": BNR,
|
||||||
"playstation": PlayStation,
|
"can-you-hear-me": Rick,
|
||||||
|
"clock": Clock,
|
||||||
|
"coin": Coin,
|
||||||
|
"donut": Donut,
|
||||||
|
"forrest": Forrest,
|
||||||
"hes": HES,
|
"hes": HES,
|
||||||
|
"knot": TorusKnot,
|
||||||
|
"nyan": Nyan,
|
||||||
|
"parrot": Parrot,
|
||||||
|
"playstation": PlayStation,
|
||||||
|
"rick": Rick,
|
||||||
|
"spidyswing": Spidy,
|
||||||
|
"torus-knot": TorusKnot,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue