Text Explosion: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 48: Line 48:


'''rooms''' (integer)
'''rooms''' (integer)
Goes from 0 to 3. Doesn't support on-top.
<br> Goes from 0 to 3. Doesn't support on-top.


'''color''' (intiger)
'''color''' (intiger)
Based on if the mode it set to OneColor
<br> Based on if the mode it set to OneColor
Which color does the text have. Doesn't support alpha.
<br> Which color does the text have. Doesn't support alpha.


'''text''' (string)
'''text''' (string)
The text that's shown. Doesn't support line breaks.
<br> The text that's shown. Doesn't support line breaks.


'''direction''' (enum)
'''direction''' (enum)
If the text flies to the right or the left.
<br> If the text flies to the right or the left.


'''mode''' (enum)
'''mode''' (enum)
If color should be applied on the text or if it should be randomized.
<br> If color should be applied on the text or if it should be randomized.


== History ==
== History ==

Latest revision as of 19:26, 26 June 2023

Text Explosion
Screenshot of the Event Icon Text Explosion
TabVFX
TypeType
OriginrVersion
ShortcutShortcut


Text explosion generates text that flies from a side to another side.

Usage[edit]

Properties
Setting Type Description
Rooms Rooms (Rooms) What room does the text appear in.
Text Text Box (String) The text that should appear.
Mode Mode (Enum) Decides the color of the text.
Color Color (Color) What color does the text have.
Direction Direction (Enum) Decides if the text goes left or right.

Rooms
Which room does the text appear in. On-Top is not supported.

Text
What does the text say. Supports only one line.

Mode
If the text should be shown in a specfic color or any random color.

Color
Shows if Mode is set to One Color

Direction
What direction does the text go. Can be set to Left or Right.

Surgery[edit]

{ "bar": X, "beat": X, "y": X, "type": "TextExplosion", "rooms": [0], "color": "000000", "text": "Example", "direction": "Left", "mode": "OneColor" },

rooms (integer)
Goes from 0 to 3. Doesn't support on-top.

color (intiger)
Based on if the mode it set to OneColor
Which color does the text have. Doesn't support alpha.

text (string)
The text that's shown. Doesn't support line breaks.

direction (enum)
If the text flies to the right or the left.

mode (enum)
If color should be applied on the text or if it should be randomized.

History[edit]

Trivia[edit]

Originated in a secret level in the flash demo.