Defined in: packages/engine/src/components/RoundScreen.tsx:8
| Property |
Type |
Default value |
Description |
children? |
ReactNode |
undefined |
More of the game’s own under the text, such as the coins banked. |
lostText? |
string |
"So close." |
Replaces the default line under the lost title. |
lostTitle? |
string |
"Out of time" |
Replaces “Out of time” when the round is lost. |
wonText? |
string |
"Nice run." |
Replaces the default line under the won title. |
wonTitle? |
string |
"You won" |
Replaces “You won” when the round is won. |