diff options
| author | 1029chris <1029chris@gmail.com> | 2016-06-17 12:12:11 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-06-17 12:12:11 -0700 |
| commit | 9811a04aa5f439714d71604b5b0709362f328a83 (patch) | |
| tree | f3203607d82d6eac3a2a8d090bb8fc880a0e07d9 /assets.lua | |
| parent | 138318b6bf5b2213338c8b9dc2e7104a0b41efa9 (diff) | |
Added tentacle assets
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -164,7 +164,9 @@ function loadAssets(id) 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"), - rumbleLoop = love.audio.newSource("assets/rumble_loop.ogg") + rumbleLoop = love.audio.newSource("assets/rumble_loop.ogg"), + tent1 = love.graphics.newImage("assets/tentacle1.png"), + tent2 = love.graphics.newImage("assets/tentacle2.png") } end if id == 14 then |
