Draw_64.gml 176 B

1234567
  1. if !active
  2. exit;
  3. draw_set_font(fTyper);
  4. draw_set_colour(c_white);
  5. draw_set_halign(fa_left);
  6. draw_text_ext(x, y, string_copy(texts[index], 1, pos), RES_H * 0.06, RES_W * 0.6);