All the sprites in my Instances layer are appearing semi-transparent when I

F

frozenelk

Guest
I have two layers: a background layer and an instance layer. Whenever I enable the background layer, the sprites appear semi-transparent, but appear fine on their own. I haven't done anything special with the code. What could be casuing this?
 

TheouAegis

Member
Or have image_alpha changed in the instances. Or use a draw_sprite_ext() call in the draw event with a value less than 1 in the alpha argument.
 
Top