feat: show +X/clic under the tadpole counter
All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 21s
All checks were successful
CI/CD — Build & Deploy / Build & Deploy (push) Successful in 21s
This commit is contained in:
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user