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.
8 lines
322 B
8 lines
322 B
draw_set_color(c_black)
|
|
draw_set_alpha(0.8)
|
|
draw_rectangle(x, y, (x - w), ((y + h) + 10), false)
|
|
draw_set_alpha(1)
|
|
draw_line(x, y, x, ((y + h) + 10))
|
|
draw_background_ext(bgSaveSlotLine2, ((x - w) - 4), y, 1, (h + 12), 0, mycolor, 1)
|
|
draw_background_ext(bgSaveSlotLine1, (x - w), ((y + h) + 10), (w + 1), 1, 0, mycolor, 1)
|