Spawns bullets on the lines of a custom shape you draw in the editor canvas.
<aside>
💡 IMPORTANT : this pattern requires you to draw a shape in the editor. The “curve” property of the SpawnPattern node will be saved into this resource in order to spawn the bullets on the shape you drew.
</aside>
- Closed shape : if your custom shape is a closed shape or not. Prevents the first and last bullet to spawn at the sale position.
- Center pos : position of the center of your shape. The positions of the points on the curve will be saved relative to that center and not the center of the map. This allows you to draw (= store) the shape anywhere on the map, out of the way of your actual game.
Click to show general pattern properties :