Update skull.go

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

View file

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