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