Add UI click sounds (#22410)
* Add UI click sounds * tweaks * Significant cleanup * Audio options and numerous fixes * Fix the remaining UI elements * new click sound --------- Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
@@ -243,7 +243,9 @@ public sealed class InventoryUIController : UIController, IOnStateEntered<Gamepl
|
||||
}
|
||||
|
||||
UpdateInventoryHotbar(_playerInventory);
|
||||
_inventoryHotbar.Visible = !_inventoryHotbar.Visible;
|
||||
var shouldBeVisible = !_inventoryHotbar.Visible;
|
||||
_inventoryHotbar.Visible = shouldBeVisible;
|
||||
|
||||
}
|
||||
|
||||
// Neuron Activation
|
||||
|
||||
Reference in New Issue
Block a user