NARRATIVE

Show a title

Displays a large styled title on the player's screen, with optional sound. Reuses the engine's title display system.

Use cases

Boss defeat banner, achievement reveal, chapter title card, level-up flourish.

Parameters

Parameter Type Required Description
Title text No The title text to display.

→ In-game result

{
  "action": "ShowTitle",
  "title_text": "..."
}
In-game result

Renders the title with the gold gradient style for ~1.5s on the player's screen.

Related actions