Create_0.gml 292 B

123456789101112131415
  1. // oTyper Create Event
  2. text_full = "";
  3. text_shown = "";
  4. char_index = 0;
  5. char_timer = 0;
  6. char_delay = 2;
  7. char_delay_out = 1;
  8. is_done = false;
  9. type_direction = -1;
  10. active = false;
  11. _prev_active = false;
  12. draw_x = 0;
  13. draw_y = 0;
  14. depth = -100;