mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2025-02-16 09:41:40 +00:00
Add powered machines count to nav
This commit is contained in:
parent
24fa24f86a
commit
49dee7edfc
1 changed files with 8 additions and 0 deletions
|
@ -938,6 +938,14 @@ export const main = createLayer("main", function (this: BaseLayer) {
|
||||||
</h3>
|
</h3>
|
||||||
/s)
|
/s)
|
||||||
</span>
|
</span>
|
||||||
|
{Decimal.gt(poweredMachines.value, 0) ? (
|
||||||
|
<span class="nav-segment">
|
||||||
|
<h3 style="color: var(--accent1); text-shadow: 0px 0px 10px var(--accent1);">
|
||||||
|
{formatWhole(poweredMachines.value)}
|
||||||
|
</h3>{" "}
|
||||||
|
machines powered
|
||||||
|
</span>
|
||||||
|
) : null}
|
||||||
<span class="nav-segment">
|
<span class="nav-segment">
|
||||||
<button
|
<button
|
||||||
class="button"
|
class="button"
|
||||||
|
|
Loading…
Add table
Reference in a new issue