aboutsummaryrefslogtreecommitdiff
path: root/virus2.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-08-08 01:01:14 -0700
committer1029chris <1029chris@gmail.com>2016-08-08 01:01:14 -0700
commitfad9d9391f1880dfb0c116c520911538176321f3 (patch)
treecc31b43b156af4325d09712dca74c148b8b5cbac /virus2.lua
parent4515e6a967d283d3921a8695f9d093ef0688902e (diff)
Added notification sound
Diffstat (limited to 'virus2.lua')
-rw-r--r--virus2.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/virus2.lua b/virus2.lua
index a2a9c6f..d8afeea 100644
--- a/virus2.lua
+++ b/virus2.lua
@@ -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),