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.
|
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))
|
|
}
|