From 3e396c63edc530f40ef9d05704cb82e590421f29 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Wed, 3 Apr 2024 02:04:55 +0900 Subject: [PATCH] bop sound change --- src/net/torvald/terrarum/ui/UIItem.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/net/torvald/terrarum/ui/UIItem.kt b/src/net/torvald/terrarum/ui/UIItem.kt index 9c31562c8..8ac4a0d5f 100644 --- a/src/net/torvald/terrarum/ui/UIItem.kt +++ b/src/net/torvald/terrarum/ui/UIItem.kt @@ -286,9 +286,9 @@ abstract class UIItem(var parentUI: UICanvas, val initialX: Int, val initialY: I object UIItemAccessibilityUtil { // TODO have multiple bop instances (num of copies equal to guiTracks), then play the track with its index according to getFreeGuiTrack() fun playHapticCursorHovered() { - App.playGUIsound(CommonResourcePool.getAs("sound:haptic_bup"), 0.3) + App.playGUIsound(CommonResourcePool.getAs("sound:haptic_bop"), 0.25) } fun playHapticPushedDown() { - App.playGUIsoundHigh(CommonResourcePool.getAs("sound:haptic_bip"), 0.5) + App.playGUIsoundHigh(CommonResourcePool.getAs("sound:haptic_bip"), 0.8) } } \ No newline at end of file