Collision_obj_bullet.gml 111 B

1234
  1. instance_destroy(other);
  2. alarm[0] = 1;
  3. if room == rm_title
  4. instance_create_layer(x, y, "Instances", obj_sure);