From ef7b03a2215d2ff6ab8005a6f068137e6abede64 Mon Sep 17 00:00:00 2001 From: CorvOxido <165382099+CorvOxido@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:00:19 +0100 Subject: [PATCH] Update skull.go --- frames/skull.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/frames/skull.go b/frames/skull.go index 63a585d..92806ce 100644 --- a/frames/skull.go +++ b/frames/skull.go @@ -1,10 +1,11 @@ package frames // This is the value stored in the FrameMap -var MyAnimation = DefaultFrameType(myAnimationFrames) +var skull = DefaultFrameType(skullFrames) -var myAnimationFrames = []string{ - `Frame1`, - `Frame2`, - `Frame3`, +var skullFrames = []string{ + :), + :), + ;O, + ;O, }