From 9471e1c6e4f391c17a395d558e4335ad7960b610 Mon Sep 17 00:00:00 2001 From: CorvOxido <165382099+CorvOxido@users.noreply.github.com> Date: Sat, 1 Feb 2025 18:53:25 +0100 Subject: [PATCH] Update skull.go --- frames/skull.go | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frames/skull.go b/frames/skull.go index 8b13789..63a585d 100644 --- a/frames/skull.go +++ b/frames/skull.go @@ -1 +1,10 @@ +package frames +// This is the value stored in the FrameMap +var MyAnimation = DefaultFrameType(myAnimationFrames) + +var myAnimationFrames = []string{ + `Frame1`, + `Frame2`, + `Frame3`, +}