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.
8 lines
375 B
8 lines
375 B
if (global.event[200] > 0)
|
|
{
|
|
draw_background_ext(bgA4PowerSwitch, 320, 120, 1, 1, 0, -1, (image_alpha - afx))
|
|
draw_background_ext(bgA4PowerSwitch, 320, 120, -1, 1, 0, -1, (image_alpha - afx))
|
|
draw_background_ext(bgA4PowerSwitch, 320, 120, 1, -1, 0, -1, (image_alpha - afx))
|
|
draw_background_ext(bgA4PowerSwitch, 320, 120, -1, -1, 0, -1, (image_alpha - afx))
|
|
}
|