Files
fuwuduan/config/satisfying_buttons/client.json5
2025-10-20 07:39:17 +00:00

22 lines
982 B
Plaintext

{
// Whether button hover animations are enabled or not. Turning this off toggles off all graphics changes.
"AnimationEnabled": true,
// Whether buttons should have a darkened overlay.
"DarkenButtonOnHover": true,
// Time in milliseconds for hover fade.
"DarkenButtonOnHoverTime": 300,
// ARGB packed color (default: 1610612736 (0,0,0,96))
"DarkenButtonColor": 1610612736,
// Whether the vanilla widget texture (white border by default) should fade in instead of applying immediately.
"FadeInVanillaWidgetTexture": true,
// Time in milliseconds for hover fade.
"FadeInVanillaWidgetTextureOnHoverTime": 300,
// Whether button sounds are enabled or not. Turning this off toggles off all audio changes.
"SoundEnabled": true,
// Whether a secondary, quieter sound should play when a button is unhovered..
"ButtonUnhoverSoundEnabled": true,
// Button sound Volume (range 0f - 1f).
"ButtonSoundVolume": 0.5,
// Button sound pitch (Default 1f)
"ButtonSoundPitch": 1.0
}