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.
7 lines
315 B
7 lines
315 B
if (global.ingame && oControl.displaygui && instance_exists(oCharacter))
|
|
{
|
|
surface_set_target(oControl.gui_surface)
|
|
draw_sprite_ext(sprite_index, image_index, ((160 - floor((sprite_get_width(sprite_index) / 2))) + (oControl.widescreen_space / 2)), 30, 1, 1, 0, -1, image_alpha)
|
|
surface_reset_target()
|
|
}
|