Draw_0.gml 111 B

1234
  1. draw_sprite_ext(sInteractIndicator, indi_img_index,
  2. x, y + indi_y_offset, 1, 1, 0, c_white, 0.8);
  3. draw_self();