im attempting to use a custom sprite that has a black outline around it, but when i use it in the app the outline gets removed and it looks weird. anyone else have this issue?
Most of these issues are caused by the sprite using RGB colour mode instead of indexed colour mode. Also check that the black outline isn't pure black (0,0,0) since that might be read as transparent.