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.
AM2Rogue/Export_Code/gml_Object_oIntroText1_Draw...

9 lines
246 B

var copyStr;
copyStr = string_copy(drawtext, 1, textpos)
draw_set_color(c_white)
draw_set_font(global.fontGUI2)
draw_set_alpha(textalpha)
draw_text(16, texty, copyStr)
draw_set_alpha(1)
draw_background_ext(drawimg, 16, 16, 1, 1, 0, -1, imgalpha)