Adds Dvd frames
This commit is contained in:
parent
b065534fff
commit
0e53a4799f
2 changed files with 5112 additions and 0 deletions
5111
frames/dvd.go
Normal file
5111
frames/dvd.go
Normal file
File diff suppressed because it is too large
Load diff
|
@ -46,6 +46,7 @@ var FrameMap = map[string]FrameType{
|
||||||
"clock": Clock,
|
"clock": Clock,
|
||||||
"coin": Coin,
|
"coin": Coin,
|
||||||
"donut": Donut,
|
"donut": Donut,
|
||||||
|
"dvd": Dvd,
|
||||||
"forrest": Forrest,
|
"forrest": Forrest,
|
||||||
"hes": HES,
|
"hes": HES,
|
||||||
"knot": TorusKnot,
|
"knot": TorusKnot,
|
||||||
|
|
Loading…
Reference in a new issue