Add planar speed display

This commit is contained in:
thepaperpilot 2023-05-08 22:41:51 -05:00
parent 20ae53458b
commit ba7213abd6

View file

@ -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) =>