You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asesprite has layers that can have different blend modes. Currently draw_image just does some "additive" blending. The atlas builder would need to know the blend type for each layer and make sure to apply all the layers in the correct order.