Defined in: packages/engine/src/components/Round.tsx:8
| Property |
Type |
Default value |
Description |
countdown? |
number |
0 |
Seconds counted down before it plays. |
laps? |
number |
none: laps do not win it |
The laps that win it, each an entry into a TrackTrigger marked lap. |
ready? |
boolean |
false |
Waits for start() before its countdown, rather than starting when it mounts. |
seconds? |
number |
no limit |
Simulated seconds the player has. |
target? |
number |
none: coins do not win it |
The coins in her wallet that win it. |