Drawing sprite shadow in GameMaker

///Draw event draw_self(); draw_sprite_ext(sprite_index, image_index, x + 10, y + 10, image_xscale, image_yscale, image_angle, c_black, 0.6);
This will spawn a shadow for the object.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.