-
Notifications
You must be signed in to change notification settings - Fork 0
Particles
spad4 edited this page Jun 17, 2026
·
8 revisions
A particle is a single instance of a string, line, circle, or triangle. The template for particles is as follows:
{
"name": string, REQUIRED
"duration": number, in seconds | REQUIRED
"dx": number or chunk, in pixels | default 0
"dy": number or chunk, in pixels | default 0
"color": color or chunk| default 'COLOR_TRUE_WHITE'
"type": text|triangle|circle|line, REQUIRED
"config": {
...
}
}{
"text": string or chunk | default '.'
"alpha": number or chunk, range 0-1 | default 1
"shadow": color or chunk | default 'COLOR_TRUE_WHITE'
}{
"size": number or chunk, in pixels | default 1
"rotation": number or chunk, in radians | default 0
"outline": boolean | default false
}{
"radius": number or chunk, in pixels | default 1,
"outline": number or chunk, in pixels | default nil
}{
"length": number or chunk, in pixels | default 16,
"thickness": number or chunk, in pixels | default 1,
"rotation": number or chunk, in radians | default 0,
"centered": boolean | default false
}