• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Legacy GM Help Shaders when Enemy Hit

trg601

Member
I think you can just use:
Code:
shader_set(shader);
draw_self();
shader_reset();
If that doesn't work, you might have to create a surface and draw the enemy sprite to a surface with the shader, and then just draw the surface.
 
Top