Create_0.gml 135 B

1234567891011
  1. x_spd = 0;
  2. y_spd = 0;
  3. image_speed = 0;
  4. animation_spd = 0.25;
  5. apply_gravity = false;
  6. restitution = 0.3;
  7. mask_index = sEnemyHitboxMC;