diff options
| author | 1029chris <1029chris@gmail.com> | 2016-06-03 13:20:30 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-06-03 13:20:30 -0700 |
| commit | 2804461a5a44997f240ba769e0ac9e2d86080fff (patch) | |
| tree | 084bd83ccebc1fb02cc35860bb8f77761e9c7464 | |
| parent | e532283d763d663069d026757d53f385733513c7 (diff) | |
Made notification quieter
| -rw-r--r-- | assets.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -142,6 +142,8 @@ function loadAssets(id) sound1 = love.audio.newSource("assets/notification1.ogg"), sound2 = love.audio.newSource("assets/notification2.ogg") } + notification.sound1:setVolume(0.5) + notification.sound2:setVolume(0.5) end if id == 13 then v1 = { |
