Add Earth Frames Relationship

Added the relationship between Earth animation frames and main frames loader file.
This commit is contained in:
Selim Waly 2023-12-28 13:07:51 +02:00 committed by GitHub
parent 0e53a4799f
commit cba1daefb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,4 +56,5 @@ var FrameMap = map[string]FrameType{
"rick": Rick,
"spidyswing": Spidy,
"torus-knot": TorusKnot,
"earth": earth,
}