Update skull.go

This commit is contained in:
CorvOxido 2025-02-01 19:00:19 +01:00 committed by GitHub
parent 9471e1c6e4
commit ef7b03a221
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,11 @@
package frames package frames
// This is the value stored in the FrameMap // This is the value stored in the FrameMap
var MyAnimation = DefaultFrameType(myAnimationFrames) var skull = DefaultFrameType(skullFrames)
var myAnimationFrames = []string{ var skullFrames = []string{
`Frame1`, :),
`Frame2`, :),
`Frame3`, ;O,
;O,
} }