Text Explosion: Difference between revisions
No edit summary |
m (* Set Beat Modifiers) |
||
Line 94: | Line 94: | ||
| list1 = | | list1 = | ||
* [[Add Classic Beat]] | * [[Add Classic Beat]] | ||
* [[Set | * [[Set Beat Modifiers]] | ||
* [[Add Freetime Beat]] | * [[Add Freetime Beat]] | ||
* [[Pulse Freetime Beat]] | * [[Pulse Freetime Beat]] |
Revision as of 06:24, 15 October 2024
Text Explosion | |
---|---|
Tab | VFX |
Type | Type |
Origin | rVersion |
Shortcut | Shortcut |
Text explosion generates text that flies from a side to another side.
Usage
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
{ "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
Trivia
Originated in a secret level in the flash demo.