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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oOptionsBG_Draw_...

6 lines
481 B

draw_background(bgOptions, view_xview[0], view_yview[0])
draw_background_ext(bg_SubScrFX, view_xview[0], view_yview[0], 1, 1, 0, -1, (0.8 * image_alpha))
draw_background_ext(bg_SubScrFX, (view_xview[0] + 320), view_yview[0], -1, 1, 0, -1, (0.8 * image_alpha))
draw_background_ext(bg_SubScrFX, view_xview[0], (view_yview[0] + 240), 1, -1, 0, -1, (0.8 * image_alpha))
draw_background_ext(bg_SubScrFX, (view_xview[0] + 320), (view_yview[0] + 240), -1, -1, 0, -1, (0.8 * image_alpha))