Skip to content

Commit

Permalink
Merge pull request #738 from FIr3baL/FB_RING_NewSound
Browse files Browse the repository at this point in the history
added new ring sound and use it for lobby RING
  • Loading branch information
FIr3baL authored Jul 22, 2024
2 parents bb9adfc + 9a8c145 commit dfb5a01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LuaMenu/widgets/gui_battle_room_window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3730,7 +3730,7 @@ local function InitializeControls(battleID, oldLobby, topPoportion, setupData)
end

local function OnRing(listener, userName) -- userName is who rang you
Spring.PlaySoundFile("sounds/ring.wav", WG.Chobby.Configuration.menuNotificationVolume or 1)
Spring.PlaySoundFile("sounds/Alarm_light5_mixdown.wav", WG.Chobby.Configuration.menuNotificationVolume or 1)

local userInfo = lobby:TryGetUser(userName)
if userInfo then
Expand Down
Binary file added Sounds/Alarm_light5_mixdown.wav
Binary file not shown.
8 changes: 6 additions & 2 deletions Sounds/License.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
All sounds in this folder (/Sounds/) were made for Beyond All Reason by IceXuick
all rights reserved (CC BY NC ND)
All of the following sounds in this folder (/Sounds/) were made for Beyond All Reason by IceXuick
All rights reserved:

- ring.wav
- BAR_Joined_queue6D_mixdown.wav
- Alarm_light5_mixdown.wav

0 comments on commit dfb5a01

Please sign in to comment.