eternal-space/objects/obj_laser/Collision_obj_satalite_.gml
2021-08-10 00:07:54 -04:00

12 lines
214 B
Plaintext

/// @description Insert description here
// You can write your code in this editor
instance_destroy();
with(other){
instance_destroy();
repeat(15){
instance_create_layer(x,y,"Instances",obj_dust);
};
};