I need a bit of help finding a way of replacing sprite hitboxes to images

The Code

1 Like

wdym.

1 Like

So the sprite would be an empty image and then when in the character select menu, it could change that empty image into an actual image.

1 Like

tis this what you need?: https://makecode.com/_dJuhA13eP7j0.

1 Like

Now I am just wondering is it possible to make the character selectable.

1 Like

Yes, that is very possible. Just make a sprite without touching the pixel art editor, then find the Set (MySprite) Image To (image) block and use that to change the image. The hit boxes will change automatically depending on the image (which can be very annoying sometimes). If you want a good way of selecting the character, check out Arcade-mini-menu extension. It is really nice!

1 Like

thx man.

1 Like