Entities: game_text
This is a point entity. It has no size or shape in-game.
Displays text to the player when triggered.
Properties:
- Name - The name that other entities use to send triggers to this entity
- Target - The entity to send a trigger to after this text has faded
- Message Text - The message to be displayed
- X (x) - How far across the screen the text should be displayed. '-1' centres
- Y (y) - How far down the screen the text should be displayed. '-1' centres
- Text Effect (effect) - Not used in-game. Text fades in and fades out
- Color (color) - The colour that the text will be, in the form of an RGB triplet. For example, Yellow is '255 255 0'. If in doubt, use the colour picker
- Fade in Time (fadein) - The time in seconds it takes for the text to fade to opaque
- Fade Out Time (fadeout) - The time in seconds it takes for the text to fade to transparent after being displayed
- Hold Time (holdtime) - The time in seconds that the text stays fully opaque