eternal-space/objects/obj_life/Collision_obj_laser.gml
2021-08-01 20:37:02 -04:00

6 lines
170 B
Plaintext

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