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 | |
| parent | 138318b6bf5b2213338c8b9dc2e7104a0b41efa9 (diff) | |
Added tentacle assets
| -rw-r--r-- | assets.lua | 4 | ||||
| -rw-r--r-- | assets/tentacle1.png | bin | 0 -> 590 bytes | |||
| -rw-r--r-- | assets/tentacle2.png | bin | 0 -> 704 bytes | |||
| -rw-r--r-- | assets/virus1_face.png | bin | 0 -> 1170 bytes |
4 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 diff --git a/assets/tentacle1.png b/assets/tentacle1.png Binary files differnew file mode 100644 index 0000000..e08a5e3 --- /dev/null +++ b/assets/tentacle1.png diff --git a/assets/tentacle2.png b/assets/tentacle2.png Binary files differnew file mode 100644 index 0000000..7f42db9 --- /dev/null +++ b/assets/tentacle2.png diff --git a/assets/virus1_face.png b/assets/virus1_face.png Binary files differnew file mode 100644 index 0000000..5b07fd5 --- /dev/null +++ b/assets/virus1_face.png |
