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.
15 lines
610 B
15 lines
610 B
draw_set_color(c_black)
|
|
draw_set_alpha(0.8)
|
|
draw_rectangle(x, y, (x - w), ((y + h) + -11), false)
|
|
draw_set_alpha(1)
|
|
draw_line(x, y, x, ((y + h) + -11))
|
|
draw_background_ext(bgSaveSlotLine2, ((x - w) - 4), y, 1, (h + -9), 0, mycolor, 1)
|
|
draw_background_ext(bgSaveSlotLine1, (x - w), ((y + h) + -11), (w + 1), 1, 0, mycolor, 1)
|
|
if oControl.mod_usemanualseed
|
|
{
|
|
draw_set_halign(fa_right)
|
|
draw_set_color(c_white)
|
|
draw_set_font(global.fontGUI2)
|
|
draw_cool_text(x, (y - 30), ((get_text("GameplayMenu", "CustomSeed") + ": ") + string(oControl.mod_seed)), c_black, c_white, c_silver, (drawh / targeth))
|
|
}
|