A_LEE
February 3, 2025, 7:28pm
1
Hey there!
I was wondering if there was a tool out there that would convert a sprite sheet into an animation function. I’ve been using this:
https://riknoll.github.io/pxt-arcade-asset-tool/
However, it converts the sprite sheet into individual variables with images inside. I was wondering if there was a tool that could convert the sprite sheet into an animation like
animation.runImageAnimation(player, image[image values
], 500, true)
instead of the individual variables.
Thanks!
-Aaron
You can use the Convert image to Arcade sprite website:
Hi! I’ve made a utility that converts images files to MakeCode Arcade sprites.
It can scale images, and you can even import wallpaper images and have them converted. It’s so much fun!
https://kristianpedersen.github.io/Convert-Image-to-MakeCode-Arcade-Sprite/
I need some fresh eyes to look at it. I would be happy to receive pull requests and code critique. I’m eager to learn more proper ways of doing things.
Improvements:
Drag and drop
Checkbox for making white or black transparent
Borde…
It converts the whole sprite sheet, to have better render put the Scale Image by Factor section to 1.