Collision_obj_bullet.gml 102 B

123
  1. light = true;
  2. effect_create_above(ef_firework, other.x, other.y, 0, c_white);
  3. instance_destroy(other);