mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-25 19:02:19 -05:00
Fix menu bar fix description typo (#2504)
This commit is contained in:
parent
e8e4afbbcd
commit
7860f88241
@ -779,7 +779,7 @@ namespace GameMenuBar {
|
||||
UIWidgets::PaddedEnhancementCheckbox("Fix Camera Swing", "gFixCameraSwing", true, false);
|
||||
UIWidgets::Tooltip("Fixes camera getting stuck on collision when standing still, also fixes slight shift back in camera when stop moving");
|
||||
UIWidgets::PaddedEnhancementCheckbox("Fix Hanging Ledge Swing Rate", "gFixHangingLedgeSwingRate", true, false);
|
||||
UIWidgets::Tooltip("Fixes camera swing rate when player falls of a ledge and camera swings around");
|
||||
UIWidgets::Tooltip("Fixes camera swing rate when player falls off a ledge and camera swings around");
|
||||
UIWidgets::PaddedEnhancementCheckbox("Fix Missing Jingle after 5 Silver Rupees", "gSilverRupeeJingleExtend", true, false);
|
||||
UIWidgets::Tooltip(
|
||||
"Adds 5 higher pitches for the Silver Rupee Jingle for the rooms with more than 5 Silver Rupees. "
|
||||
|
Loading…
Reference in New Issue
Block a user