Collision_obj_bullet.gml 84 B

12
  1. effect_create_above(ef_smoke, other.x, other.y, 1, c_gray);
  2. instance_destroy(other);