From cba1daefb47fdd4734cd9b5fce023df4c707f44e Mon Sep 17 00:00:00 2001 From: Selim Waly Date: Thu, 28 Dec 2023 13:07:51 +0200 Subject: [PATCH] Add Earth Frames Relationship Added the relationship between Earth animation frames and main frames loader file. --- frames/frames.go | 1 + 1 file changed, 1 insertion(+) diff --git a/frames/frames.go b/frames/frames.go index 4d5a23a..0864049 100644 --- a/frames/frames.go +++ b/frames/frames.go @@ -56,4 +56,5 @@ var FrameMap = map[string]FrameType{ "rick": Rick, "spidyswing": Spidy, "torus-knot": TorusKnot, + "earth": earth, }