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

8 lines
300 B

draw_set_color(c_black)
draw_set_alpha(0.8)
draw_rectangle(x, y, (x - w), (y + h), false)
draw_set_alpha(1)
draw_line(x, y, x, (y + h))
draw_background_ext(bgSaveSlotLine2, ((x - w) - 4), y, 1, (h + 2), 0, mycolor, 1)
draw_background_ext(bgSaveSlotLine1, (x - w), (y + h), (w + 1), 1, 0, mycolor, 1)