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
319 B
8 lines
319 B
if active
|
|
draw_txt_1button((view_xview[0] + 2), (view_yview[0] + 225), tip1text, 1, "Menu1", image_alpha)
|
|
else
|
|
{
|
|
draw_txt_1button((view_xview[0] + 2), (view_yview[0] + 212), tip1text, 1, "Menu1", image_alpha)
|
|
draw_txt_1button((view_xview[0] + 2), (view_yview[0] + 225), tip2text, 1, "Menu2", image_alpha)
|
|
}
|