458
edits
Wolfplay013 (talk | contribs) m (added shortcut) |
mNo edit summary |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
| eventtype = ShowStatusSign | | eventtype = ShowStatusSign | ||
| versionorigin = r19 | | versionorigin = r19 | ||
| shortcut = | | shortcut = Shift+D | ||
}} | }} | ||
'''Show Status Sign''' is an event in the '''VFX | '''Show Status Sign''' is an event in the '''VFX Tab''' that generates a '''Status Sign''' in the top left of the level. | ||
== Usage == | == Usage == | ||
Line 18: | Line 18: | ||
! Setting !! Type !! Description | ! Setting !! Type !! Description | ||
|- | |- | ||
| Sign Text || Text Box (String | | Sign Text || Text Box (String) || The text that the sign will show. | ||
|- | |- | ||
| Duration || Duration (Float) || How much time the sign will appear on the screen. | | Duration || Duration (Float) || How much time the sign will appear on the screen. | ||
Line 31: | Line 31: | ||
=== Advanced === | === Advanced === | ||
'''Show Status Sign''' events support [[RDCode#Variables|RDCode variable reading]], such as in [[Beans Hopper]]. | |||
'''Custom Methods''' that affect the status sign are the following: | |||
* <code>statusSignWidth = float'''Width'''</code>: Sets the status sign's width. | |||
* <code>forceNoFrameOffsets = bool'''Enabled'''</code>: Overrides showing millisecond offset to properly display text if this setting is enabled. Useful, but be courteous, '''''only''''' use it if '''absolutely necessary'''. | |||
== Surgery == | == Surgery == | ||
Line 51: | Line 55: | ||
== History == | == History == | ||
* '''r19''': Show Status Sign has been added to the [[Level Editor]]. | |||
Show Status Sign has been added to the | |||
* '''r20''': Duration supports and defaults to beats with a toggle to seconds by clicking on the beats / s text. | |||
Duration supports and defaults to beats with a toggle to seconds by clicking on the beats / s text. | |||
* '''r38''': Shortcut was changed from Q to Shift+D. | |||
== Trivia == | == Trivia == | ||
Some levels (most notably The Stupendium - And So We Fall) have used the Status Sign to show the lyrics of the song. | Some levels (most notably ''The Stupendium - And So We Fall'') have used the Status Sign to show the lyrics of the song. | ||
{{EventNavBox}} |
edits