Create_0.gml 89 B

12345678
  1. x_spd = 0;
  2. y_spd = 0;
  3. image_speed = 0;
  4. restitution = 0.3;
  5. mask_index = sEnemyHitboxMC;