Adds Dvd frames

This commit is contained in:
Hugo Müller-Downing 2023-10-08 17:24:49 +11:00
parent b065534fff
commit 0e53a4799f
2 changed files with 5112 additions and 0 deletions

5111
frames/dvd.go Normal file

File diff suppressed because it is too large Load Diff

View File

@ -46,6 +46,7 @@ var FrameMap = map[string]FrameType{
"clock": Clock,
"coin": Coin,
"donut": Donut,
"dvd": Dvd,
"forrest": Forrest,
"hes": HES,
"knot": TorusKnot,