Skip to content
Jupiter edited this page Jan 19, 2021 · 7 revisions

Barrage

A bullet hell game that uses a script to control everything.

This page was written for spawn pattern file format v2.1


Overview

A simple spiral can be created in 3 lines:

proj|tags=circle|speed=3|angle=10 * n
wait|1
gotoIf|0|1

General Syntax

Each line has a command and parameters separated by '|' characters.
Parameters passed to a command are in the form of an equation Most commands take position based parameters, but proj takes parameters in a PROPERTY=EQUATION format.

Comments are indicated by '#'. The # symbol must be at the beginning of the line.

Note: you need to save the spawn pattern in the editor for it to be loaded into the game.

Clone this wiki locally