mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
Fix Disable Bomb Billboarding
This commit is contained in:
parent
1c248ded02
commit
60040ea47d
1 changed files with 1 additions and 1 deletions
|
@ -434,7 +434,7 @@ void SohMenu::AddMenuEnhancements() {
|
|||
"Toggle between standard assets and alternate assets. Usually mods will indicate if "
|
||||
"this setting has to be used or not."));
|
||||
AddWidget(path, "Disable Bomb Billboarding", WIDGET_CVAR_CHECKBOX)
|
||||
.CVar("DisableBombBillboarding")
|
||||
.CVar(CVAR_ENHANCEMENT("DisableBombBillboarding"))
|
||||
.Options(CheckboxOptions().Tooltip(
|
||||
"Disables bombs always rotating to face the camera. To be used in conjunction with mods that want to "
|
||||
"replace bombs with 3D objects."));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue