mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2025-02-16 15:40:16 +00:00
Add Inverted Black Hole activation hint tooltip
This commit is contained in:
parent
152ea738a9
commit
871626e992
@ -76,7 +76,12 @@ export default {
|
|||||||
>
|
>
|
||||||
<b>
|
<b>
|
||||||
Inverted Black Hole divides game speed by {{ format(negativeBHDivisor, 2, 2) }}.
|
Inverted Black Hole divides game speed by {{ format(negativeBHDivisor, 2, 2) }}.
|
||||||
(Currently {{ isInverted ? "active" : "inactive" }})
|
(Currently {{ isInverted ? "active" : "inactive" }}<span
|
||||||
|
v-if="negativeSlider !== 0 && !isInverted"
|
||||||
|
ach-tooltip="Black Hole must be paused to activate Inverted Black Hole"
|
||||||
|
>
|
||||||
|
<i class="fas fa-question-circle l-margin-left" />
|
||||||
|
</span>)
|
||||||
</b>
|
</b>
|
||||||
<SliderComponent
|
<SliderComponent
|
||||||
v-bind="sliderProps(true)"
|
v-bind="sliderProps(true)"
|
||||||
@ -91,5 +96,7 @@ export default {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.l-margin-left {
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user