mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 09:21:48 +00:00
add message about holding L
This commit is contained in:
parent
58939524a3
commit
4b9b2f263a
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
) : null}
|
) : null}
|
||||||
<MainDisplay resource={letters} color={color} />
|
<MainDisplay resource={letters} color={color} />
|
||||||
{render(process)}
|
{render(process)}
|
||||||
|
If your letters are stuck, try holding L
|
||||||
{Decimal.lt(totalLetters.value, 8e9) ? (
|
{Decimal.lt(totalLetters.value, 8e9) ? (
|
||||||
<div>
|
<div>
|
||||||
The more letters you process, the more you'll improve at processing letters.
|
The more letters you process, the more you'll improve at processing letters.
|
||||||
|
|
Loading…
Reference in a new issue