I am wondering if any extensions exist that allow you to not use a color pallet at all and just use exclusively custom colors. for instance using my own custom pixel art or outside assets and preserving the colors of each asset as they are when made outside of makecode.
2 Likes
if you have sprites with more than 15 colours you would need to reduce their colour count maybe with an external program. https://riknoll.github.io/pxt-arcade-asset-tool/ this tool is useful for copying pngs into games
copyable image looks like this in text btw
img`
3 3 3 c c c c c 3 3 3
3 3 c b b b b b c 3 3
3 c b b b b b b b c 3
c b b b c c c b b b c
c b b c 3 3 3 c b b c
c b b c 3 3 3 c b b c
c b b c 3 3 3 c b b c
c b b b c c c b b b c
3 c b b b b b b b c 3
3 3 c b b b b b c 3 3
3 3 3 c c c c c 3 3 3
`
1 Like
From what I know, the way the MakeCode Arcade simulator is made, it is always limited to 16 colors. So sadly you canβt have more than 16. At least not at the same time