Collision_obj_bomb.gml 103 B

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