feat: show +X/clic under the tadpole counter
All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 21s

This commit is contained in:
2026-03-28 21:08:03 +01:00
parent c549ec259c
commit 9caa6691fe

View File

@@ -69,6 +69,12 @@
> >
{formatNumber(game.state.resources)} {formatNumber(game.state.resources)}
</div> </div>
<span
class="text-sm font-semibold pointer-events-none"
style="color: rgba(255,255,255,0.5); font-family: var(--font); text-shadow: 0 1px 4px rgba(0,0,0,0.6);"
>
+{formatNumber(game.clickGain)} / clic
</span>
</div> </div>
<!-- Desktop sidebar --> <!-- Desktop sidebar -->