1
0

Step_0.gml 117 B

12345678
  1. if check_hitstop() || is_dead
  2. exit;
  3. image_index += animation_spd;
  4. enemy_ai();
  5. x = clamp(x, 200, 1920 - 200 - 64);