You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2Rogue/Export_Code/gml_Object_oBoss1Head_Draw_...

7 lines
189 B

action_inherited()
if (state != 0 && state != 100)
{
draw_sprite(sBoss1Wheel, wheel.image_index, (x - 26), (y + 8))
draw_sprite(sBoss1Wheel, wheel.image_index, (x + 26), (y + 8))
}