12 lines
No EOL
214 B
Text
12 lines
No EOL
214 B
Text
/// @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);
|
|
};
|
|
|
|
}; |