190
edits
m (Crotches) |
m ({{EventNavBox}}, minor edits) |
||
Line 8: | Line 8: | ||
}} | }} | ||
Text explosion generates text that flies from | Text explosion 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}} | ||
edits