<aside> 📌 Items marked with a ☄️are exclusive to the BLAST! version. Items marked with a 🌀 will disappear in future versions.

</aside>

There are different kinds of Spawn Pattern resources.

Pattern One

Pattern Line

Pattern Circle

Pattern Custom Points

Pattern Custom Shape

Pattern Custom Area

☄️PatternRandomizer

But each of them have these general properties :

<aside> ☄️ If you update from an obsolete version that was using the layer properties, know that the feature that intends to replace layers is the function ☄️spawn_list(spawner:Array, id:PackedStringArray, loops:int=0, shared_area:Array[String]=["0"], process_id:int=-1, cust_bullet): spawn a list of patterns one by one. It’s used exactly like spawn() except that all the arguments are arrays. Loop determines if it loops back to the start of the list once it reaches the end. id is the list of pattern spawned. For each pattern of index i, the spawner i and shared area i will be used. If those lists have less items than i, the last item of the list will be used. So if you don’t want to change the shared_area, just input a list with a single item for example..

</aside>