mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-21 16:13:54 +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>
|
||||
/s)
|
||||
</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">
|
||||
<button
|
||||
class="button"
|
||||
|
|
Loading…
Reference in a new issue