There are many methods to convert actual images (ex. PNG, JPG) to Arcade images, but is there any method for the other way around? (for example, I would like to generate images like the ones in this directory.)
If you go to the assets page, you can right click on assets to save them as bitmap files. Then you can go online to convert them to PNG or whatever you need.
you can also use https://shakao.github.io/arcade-sprite-pack/
if you click the export button in the top-right, it has the option to export as pngs (and scale them up). this only works with images though, not animations/tilemaps/etc.
also, it somewhat annoyingly does each as a separate file (make sure you click the âallow multiple downloadsâ permission dialog that shows up.
if you have any specific export options youâd like to see, though, i could be persuaded to improve this feature.
@Luke done!
Same process as exporting images, just choose the gif option!
Wow, now I want to make a bunch of animated stickers!
@richard the site is broken for meâŚ
Same, thatâs sooo cool!!!
hmmm, not sure why that would be. maybe try clearing your browser data for this site? (be careful not to clear all your browser data, since that will clear your makecode projects too)
to do this in chrome:
- open the dev tools
- switch to the âApplicationâ tab in the top bar
- click the âStorageâ item in the left hand side of the window
- click âclear site dataâ
again, make sure youâre not on arcade.makecode.com when you do this
@richard is there a way to change the colour palette
hmmm⌠try importing a project that uses the desired color palette and selecting âoverwrite projectâ (this will overwrite your assets, sadly). the import button is next to the export
Iâll add something to set it manuallyâŚ
It just seems to convert the colours to the makecode palette
wow cuteđ
yeah, youâre right. well iâll try and add support for this soon, but itâs a little more involved
this tool is on an old version of makecode and iâll need to update it