addSubtitle( text, x, y, time, fade )
instance function
Show a message using the subtitle style - this is a set style used by Armada and is distinct from the title style. Generally used to display some extra information about the mission at the start.
Arguments
| Name | Type | Description |
|---|---|---|
| text | String | Text to display |
| x | Number | X position in screen space (0 to 1600) |
| y | Number | Y position in screen space (0 to 1200) |
| time | Number | Time in seconds to display the message |
| fade | Boolean | True to fade the message in and out |
