From baa24c311e45a40179d66f660d6d82bd412b2b3b Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Mon, 29 Jun 2020 21:52:58 -0400 Subject: [PATCH] Add notification sound + muting system. --- scripts/communityScripts/chat/FloofChat.html | 41 ++++++++++++++++-- scripts/communityScripts/chat/FloofChat.js | 35 +++++++++++++++ .../communityScripts/chat/css/FloofChat.css | 14 ++++++ .../chat/resources/bubblepop.wav | Bin 0 -> 50220 bytes 4 files changed, 87 insertions(+), 3 deletions(-) create mode 100644 scripts/communityScripts/chat/resources/bubblepop.wav diff --git a/scripts/communityScripts/chat/FloofChat.html b/scripts/communityScripts/chat/FloofChat.html index 7ca04491cb..316e79d3e6 100644 --- a/scripts/communityScripts/chat/FloofChat.html +++ b/scripts/communityScripts/chat/FloofChat.html @@ -29,11 +29,19 @@
+ +
+ +
@@ -47,6 +55,7 @@