Basic¶
View Source Author: WolfwithSword
A clean, no-frills overlay collection focused on simplicity.
Previews¶
Timer¶
A simplistic timer. Fades gray when paused, and displays a bar across it when locked.
| Variable | Description |
|---|---|
font |
Font family |
text-color |
Text colour |
outline-color |
Text outline colour |
outline-width |
Text outline width |
size-big-numbers |
Font size for the primary time digits |
size-small-numbers |
Font size for the secondary time digits |
alignment |
left, center, or right |
None
Points¶
A simple points display. Crossed out when locked, similar to the Timer.
| Variable | Description |
|---|---|
font |
Font family |
text-color |
Text colour |
outline-color |
Text outline colour |
outline-width |
Text outline width |
font-size |
Font size |
suffix-size |
Font size of the suffix label |
alignment |
left, center, or right |
| Variable | Type | Description |
|---|---|---|
useForMoney |
Boolean | If true, displays the rounded money sum in the primary currency instead of points |
suffix |
String | Label shown after the value - e.g. points, pts, subs. Can be any text. If using for money, consider using your currency code. |
Next Goal¶
A simple display for the next upcoming goal and its points value. Empty when no goals remain.
| Variable | Description |
|---|---|
font |
Font family |
text-color |
Text colour |
outline-color |
Text outline colour |
outline-width |
Text outline width |
font-size |
Font size |
alignment |
left, center, or right |
None
Multiplier¶
A simple display for the current multiplier - points, time, or both. Empty when no multiplier is active.
| Variable | Description |
|---|---|
font |
Font family |
text-color |
Text colour |
outline-color |
Text outline colour |
outline-width |
Text outline width |
font-size |
Font size |
points-suffix |
Label for points - e.g. points, pts, subs. Can be any text. |
alignment |
left, center, or right |
None
Event¶
A basic text display for the most recent event, showing the triggering user, an event type icon, value, amount, and more.
| Variable | Description |
|---|---|
font |
Font family |
text-color |
Text colour |
font-size |
Font size |
outline-color |
Text outline colour |
outline-width |
Text outline width |
icon-outline-width |
Icon outline width |
icon-size |
Icon size |
gap |
Gap between the icon and text |
alignment |
left, center, or right |
| Variable | Type | Description |
|---|---|---|
applicableEvents |
EventTypeList |
Which event types to display |