Text Explosion: Difference between revisions
No edit summary |
m (fk) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
}} | }} | ||
Text | '''Text Explosion''' is an event in the '''VFX Tab''' that generates text that flies from one side of the screen to the other horizontally. | ||
== Usage == | == Usage == | ||
Line 17: | Line 17: | ||
! Setting !! Type !! Description | ! Setting !! Type !! Description | ||
|- | |- | ||
| Rooms || Rooms (Rooms) || What room | | Rooms || Rooms (Rooms) || What room the text appears in. | ||
|- | |- | ||
| Text || Text Box (String) || The text that | | Text || Text Box (String) || The text that's shown. | ||
|- | |- | ||
| Mode || Mode (Enum) || Decides the color of the text. | | Mode || Mode (Enum) || Decides the color of the text. | ||
|- | |- | ||
| Color || Color (Color) || | | Color || Color (Color) || Text color. | ||
|- | |- | ||
| Direction || Direction (Enum) || Decides if the text goes left or right. | | Direction || Direction (Enum) || Decides if the text goes left or right. | ||
Line 29: | Line 29: | ||
'''Rooms''' | '''Rooms''' | ||
<br> Which room | <br>Which room the text appears in. On-top is not supported. | ||
'''Text''' | '''Text''' | ||
<br> | <br>The text that's shown. Supports only one line. | ||
'''Mode''' | '''Mode''' | ||
<br> If the text should be shown in a specfic color or any random color. | <br>If the text should be shown in a specfic color or any random color. | ||
'''Color''' | '''Color''' | ||
<br> | <br>Color of the text. Only affects the text if the mode is ''One Color''. | ||
'''Direction''' | '''Direction''' | ||
<br> | <br>Direction the text goes towards. Can be set to ''Left'' or ''Right''. | ||
== Surgery == | == Surgery == | ||
Line 48: | Line 48: | ||
'''rooms''' (integer) | '''rooms''' (integer) | ||
<br> Goes from 0 to 3. Doesn't support on-top. | <br>Goes from 0 to 3. Doesn't support on-top. | ||
'''color''' ( | '''color''' (integer) | ||
<br> | <br>Color of the text. Doesn't support alpha. Only has effect if '''mode''' is "OneColor" | ||
'''text''' (string) | '''text''' (string) | ||
<br> 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) | ||
<br> 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) | ||
<br> 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 == | ||
Line 67: | Line 66: | ||
== Trivia == | == Trivia == | ||
This event originated in a secret level in the [[Flash Demo]]. | |||
{{ | {{EventNavBox}} | ||
Latest revision as of 06:18, 24 October 2024
Text Explosion | |
---|---|
Tab | VFX |
Type | Type |
Origin | rVersion |
Shortcut | Shortcut |
Text Explosion is an event in the VFX Tab that generates text that flies from one side of the screen to the other horizontally.
Usage
Setting | Type | Description |
---|---|---|
Rooms | Rooms (Rooms) | What room the text appears in. |
Text | Text Box (String) | The text that's shown. |
Mode | Mode (Enum) | Decides the color of the text. |
Color | Color (Color) | Text color. |
Direction | Direction (Enum) | Decides if the text goes left or right. |
Rooms
Which room the text appears in. On-top is not supported.
Text
The text that's shown. Supports only one line.
Mode
If the text should be shown in a specfic color or any random color.
Color
Color of the text. Only affects the text if the mode is One Color.
Direction
Direction the text goes towards. 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 (integer)
Color of the text. Doesn't support alpha. Only has effect if mode is "OneColor"
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
This event originated in a secret level in the Flash Demo.