diff options
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), |
