diff options
| author | 1029chris <1029chris@gmail.com> | 2016-08-08 01:01:14 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-08-08 01:01:14 -0700 |
| commit | fad9d9391f1880dfb0c116c520911538176321f3 (patch) | |
| tree | cc31b43b156af4325d09712dca74c148b8b5cbac /virus2.lua | |
| parent | 4515e6a967d283d3921a8695f9d093ef0688902e (diff) | |
Added notification sound
Diffstat (limited to 'virus2.lua')
| -rw-r--r-- | virus2.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ function drawPopup(id) love.graphics.setCanvas() end function addPopup(rand, x, y, w, h, ad, dup, m) + notification.sound3:play() if rand == true then table.insert(v2.pop.p, 1, { w = math.random(300,800), |
