mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
bop sound change
This commit is contained in:
@@ -286,9 +286,9 @@ abstract class UIItem(var parentUI: UICanvas, val initialX: Int, val initialY: I
|
|||||||
object UIItemAccessibilityUtil {
|
object UIItemAccessibilityUtil {
|
||||||
// TODO have multiple bop instances (num of copies equal to guiTracks), then play the track with its index according to getFreeGuiTrack()
|
// TODO have multiple bop instances (num of copies equal to guiTracks), then play the track with its index according to getFreeGuiTrack()
|
||||||
fun playHapticCursorHovered() {
|
fun playHapticCursorHovered() {
|
||||||
App.playGUIsound(CommonResourcePool.getAs("sound:haptic_bup"), 0.3)
|
App.playGUIsound(CommonResourcePool.getAs("sound:haptic_bop"), 0.25)
|
||||||
}
|
}
|
||||||
fun playHapticPushedDown() {
|
fun playHapticPushedDown() {
|
||||||
App.playGUIsoundHigh(CommonResourcePool.getAs("sound:haptic_bip"), 0.5)
|
App.playGUIsoundHigh(CommonResourcePool.getAs("sound:haptic_bip"), 0.8)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user