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.
13 lines
451 B
13 lines
451 B
if instance_exists(oLogScreenControl)
|
|
{
|
|
if (text == oLogScreenControl.cat[4] && global.log[41] == 0 && global.log[42] == 0 && global.log[43] == 0 && global.log[45] == 0)
|
|
exit
|
|
}
|
|
draw_rectangle_color((x - 2), (y - 1), (x + bg_width), (y + 8), c_green, c_black, c_black, c_green, 0)
|
|
draw_set_alpha(1)
|
|
draw_set_font(global.fontGUI2)
|
|
draw_set_color(c_black)
|
|
draw_text((x + 1), (y - 3), text)
|
|
draw_set_color(c_white)
|
|
draw_text(x, (y - 4), text)
|