Update frames.go with Frame Map from Bodypack

This commit is contained in:
hanryansyah 2023-12-23 20:03:00 +07:00 committed by GitHub
parent 631dbe9aad
commit 020fe74d36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,4 +56,5 @@ var FrameMap = map[string]FrameType{
"rick": Rick,
"spidyswing": Spidy,
"torus-knot": TorusKnot,
"bodypack": Bodypack,
}