Text Particle
This page was last updated for version v1.2.0
Last updated
This page was last updated for version v1.2.0
Last updated
text [args]
You can easily create text using text particles. You can modify various properties of the text, such as font and scale. You can write text with any desired particle and color. It is recommended to keep the interval value high (for a more pleasant appearance and to prevent server lag).
All the arguments in Single Particle also apply to this.
text
text input
text="<STRING>"
text="Hello World"
*
*
*
font
text font
font="<STRING>"
font="Montserrat"
"Tahoma"
*
*
step-x
step value for x-coord
step-x=<INTEGER>
step-x=2
1
*
*
step-y
step value for y-coord
step-y=<INTEGER>
step-y=5
1
*
*
scale
text scale
scale=<FLOAT>
scale=1
0.2
*
*
vertical
text orientation
vertical=<BOOLEAN>
vertical=false
true
*
*
tick-data
sets the color by each particle if enabled, or all the particles will be the same colored
tick-data=<BOOLEAN>
tick=true
false
*
tick