1
0

Create_0.gml 128 B

12345678910
  1. self_check_destroy();
  2. image_speed = 0;
  3. animation_spd = 1;
  4. get_hit = function(_info)
  5. {
  6. if _info.sourceY < y
  7. image_index++;
  8. }