Documentation Index
Fetch the complete documentation index at: https://v5.rpgjs.dev/llms.txt
Use this file to discover all available pages before exploring further.
Title Screen
The “title screen” GUI provides a start screen with an action list (for example: Start, Load, etc.). The list is defined on the client by default and can be overridden by the server.Client-side usage (autoDisplay)
Load the GUI on the client to display it without the server. Add it in the client config undergui with autoDisplay: true.
select interaction with { id, index, entry }.
When localActions: true:
- selecting
starthides the title screen - selecting
loadhides the title screen and displays the save/load GUI withsaveLoad
Client-side default list
Si le serveur ne fournit pasentries, la liste par defaut du client est:
rpg-title-screen ID. The data and interaction contract is documented in Prebuilt GUI Contracts.
For example, a custom component should emit a select interaction with:
Style
Les classes CSS sont dans:packages/ui-css/src/primitives/title-screen.css