diff options
| author | sD <stoned@derpymail.org> | 2020-04-02 13:05:51 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-02 13:05:51 +0200 |
| commit | a7586b1280551b594d7b527b84232582acfd9f45 (patch) | |
| tree | 843e5012f72d726e5b9f5ee5a32de74ef8b94f13 /webAO/client.js | |
| parent | a8297e1ad8a00940509b2853e8d4adb05a30974a (diff) | |
add guilty sfx
Diffstat (limited to 'webAO/client.js')
| -rw-r--r-- | webAO/client.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/webAO/client.js b/webAO/client.js index fd92e90..e6c0c29 100644 --- a/webAO/client.js +++ b/webAO/client.js @@ -144,14 +144,16 @@ class Client extends EventEmitter { "duration": 1600, "sfx": AO_HOST + "sounds/general/sfx-testimony2.wav" }, + "guilty": { + "src": AO_HOST + "themes/" + THEME + "/guilty.gif", + "duration": 2870, + "sfx": AO_HOST + "sounds/general/sfx-guilty.wav" + }, "notguilty": { "src": AO_HOST + "themes/" + THEME + "/notguilty.gif", - "duration": 2440 + "duration": 2440, + "sfx": AO_HOST + "sounds/general/sfx-notguilty.wav" }, - "guilty": { - "src": AO_HOST + "themes/" + THEME + "/guilty.gif", - "duration": 2870 - } }; this.selectedEmote = -1; |
