diff options
| author | 1029chris <1029chris@gmail.com> | 2016-05-01 19:45:37 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-05-01 19:45:37 -0700 |
| commit | 635e60270978e22e2192be943c393d1ba516f58c (patch) | |
| tree | d163e6e49332f0eb263bd3d9aa40da6fdeea7932 /assets.lua | |
| parent | 9cbb6fa487c4e87085c1e32269ce671e99760b44 (diff) | |
Added difficulty settings
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -110,8 +110,10 @@ function loadAssets() turret2 = love.graphics.newImage("assets/virus1_turret2.png"), turret2Held = love.graphics.newImage("assets/virus1_turret2_held.png"), shipFront = love.graphics.newImage("assets/virus1_ship_front.png"), - shipBack = love.graphics.newImage("assets/virus1_ship_back.png") + shipBack = love.graphics.newImage("assets/virus1_ship_back.png"), + rumbleLoop = love.audio.newSource("assets/rumble_loop.ogg") } + v1.rumbleLoop:setLooping(true) v1.msgs = {} v1.c = {} v1.c.chat = {} |
