Skip to content

Commit

Permalink
Decrease chat heartbeat sound volume by 25%
Browse files Browse the repository at this point in the history
  • Loading branch information
Rian8337 committed Dec 9, 2023
1 parent b4bd599 commit 433faad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/reco1l/legacy/ui/multiplayer/RoomChat.kt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class RoomChat : BaseFragment(), OnEditorActionListener, OnKeyListener
{
// Only play chat sound when not in gameplay.
if (getGlobal().engine.scene != getGlobal().gameScene.scene)
ResourceManager.getInstance().getSound("heartbeat")?.play()
ResourceManager.getInstance().getSound("heartbeat")?.play(0.75f)

if (log.isNotEmpty())
{
Expand Down

0 comments on commit 433faad

Please sign in to comment.