From c14e6423916a906eb156d5ee9bbcbc0d8a9f4ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccolas=20Garc=C3=ADa=20Ni=C3=B1o?= Date: Mon, 23 Sep 2024 12:27:04 -0500 Subject: [PATCH] Update astrend.go --- frames/astrend.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frames/astrend.go b/frames/astrend.go index 63a585d..a8fd048 100644 --- a/frames/astrend.go +++ b/frames/astrend.go @@ -1,9 +1,9 @@ package frames // This is the value stored in the FrameMap -var MyAnimation = DefaultFrameType(myAnimationFrames) +var AStrend = DefaultFrameType(as) -var myAnimationFrames = []string{ +var as = []string{ `Frame1`, `Frame2`, `Frame3`,