mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 06:13:45 -07:00
tooltip
This commit is contained in:
parent
6818e4251d
commit
883bc173ed
1 changed files with 2 additions and 1 deletions
|
@ -1126,7 +1126,8 @@ void SohMenu::AddMenuEnhancements() {
|
||||||
AddWidget(path, "Switch Timer Multiplier", WIDGET_CVAR_SLIDER_INT)
|
AddWidget(path, "Switch Timer Multiplier", WIDGET_CVAR_SLIDER_INT)
|
||||||
.CVar(CVAR_ENHANCEMENT("SwitchTimerMultiplier"))
|
.CVar(CVAR_ENHANCEMENT("SwitchTimerMultiplier"))
|
||||||
.Options(IntSliderOptions().Min(-5).Max(5).DefaultValue(0).Format("%+d").Tooltip(
|
.Options(IntSliderOptions().Min(-5).Max(5).DefaultValue(0).Format("%+d").Tooltip(
|
||||||
"-5 will be half as much time, +5 will be 6x as much time"));
|
"-5 will be half as much time, +5 will be 6x as much time. Affects timed switches, torches, GTG statue "
|
||||||
|
"eyes, & doors in race with Dampe."));
|
||||||
AddWidget(path, "Always Win Goron Pot", WIDGET_CVAR_CHECKBOX)
|
AddWidget(path, "Always Win Goron Pot", WIDGET_CVAR_CHECKBOX)
|
||||||
.CVar(CVAR_ENHANCEMENT("GoronPot"))
|
.CVar(CVAR_ENHANCEMENT("GoronPot"))
|
||||||
.Options(CheckboxOptions().Tooltip("Always get the Heart Piece/Purple Rupee from the Spinning Goron Pot."));
|
.Options(CheckboxOptions().Tooltip("Always get the Heart Piece/Purple Rupee from the Spinning Goron Pot."));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue