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_oMZetaHead_Draw_...

9 lines
298 B

if (oControl.mod_fusion == 1 || oControl.MonsterPalettesFusionOnly == 0)
{
if (global.shaders_compiled && os_type != os_android)
pal_swap_set(oControl.ZetaPalette, 1, 0)
}
if (head_spr != -4)
draw_sprite_ext(head_spr, head_frame, x, y, facing, 1, image_angle, -1, 1)
shader_reset()