6 lines
No EOL
175 B
Text
6 lines
No EOL
175 B
Text
/// @description Insert description here
|
|
// You can write your code in this editor
|
|
instance_destroy();
|
|
repeat(15){
|
|
instance_create_layer(x,y,"Instances",obj_dust);
|
|
}; |