mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-21 16:13:54 +00:00
Add planar speed display
This commit is contained in:
parent
20ae53458b
commit
ba7213abd6
1 changed files with 5 additions and 0 deletions
|
@ -1004,6 +1004,11 @@ export function createPlane(
|
|||
</h3>
|
||||
/s)
|
||||
</span>
|
||||
{Decimal.neq(computedPlanarSpeedModifier.value, 1) ? (
|
||||
<span class="nav-segment">
|
||||
Speed: {format(computedPlanarSpeedModifier.value)}x
|
||||
</span>
|
||||
) : null}
|
||||
</StickyVue>
|
||||
<SpacerVue height="60px" />
|
||||
{features.map((row, i) =>
|
||||
|
|
Loading…
Reference in a new issue