๐ท๏ธ Watermark Configuration¶
Customize the watermark that appears in the top-left corner of the loading screen.
JSON Structure¶
"watermark": {
"label": { "text": "The Vibe RP", "colorWordCount": 2 },
"subHeading": "Loading Screen",
"logo": "./assets/png/logo.png"
}
Field Breakdown¶
Field | Description |
---|---|
label.text |
The main title text shown in the watermark |
label.colorWordCount |
How many words get the selectedColor highlight from the start |
subHeading |
The text shown underneath the title |
logo |
File path to your logo image |
Color Tip
The colorWordCount applies the highlight color to that number of starting words in the label.text.