diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-23 13:26:37 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-23 13:26:37 -0700 |
| commit | 0f72dc977e32ed4bc4105d3256381f186fa9fadc (patch) | |
| tree | be8dd4be6a4df51b474b816859c344962124209a | |
| parent | 37e581069ce4b147f00f7fb32ad3bd8d444d3e96 (diff) | |
Added antivirus turret assets
| -rw-r--r-- | assets.lua | 6 | ||||
| -rw-r--r-- | assets/antivirus_turret.png | bin | 0 -> 7397 bytes | |||
| -rw-r--r-- | assets/antivirus_turret_body.png | bin | 0 -> 1563 bytes | |||
| -rw-r--r-- | assets/antivirus_turret_gun.png | bin | 0 -> 499 bytes | |||
| -rw-r--r-- | assets/antivirus_turret_leftwing.png | bin | 0 -> 2653 bytes | |||
| -rw-r--r-- | assets/antivirus_turret_rightwing.png | bin | 0 -> 2751 bytes |
6 files changed, 6 insertions, 0 deletions
@@ -81,6 +81,12 @@ function loadAssets() welcome = love.graphics.newImage("assets/internet_welcome.png"), error = love.graphics.newImage("assets/internet_error.png") } + antivirus = { + gun = love.graphics.newImage("assets/antivirus_turret_gun.png"), + body = love.graphics.newImage("assets/antivirus_turret_body.png"), + left = love.graphics.newImage("assets/antivirus_turret_leftwing.png"), + right = love.graphics.newImage("assets/antivirus_turret_rightwing.png") + } notification = { bubble = love.graphics.newImage("assets/notification.png"), sound1 = love.audio.newSource("assets/notification1.ogg"), diff --git a/assets/antivirus_turret.png b/assets/antivirus_turret.png Binary files differnew file mode 100644 index 0000000..f2869f8 --- /dev/null +++ b/assets/antivirus_turret.png diff --git a/assets/antivirus_turret_body.png b/assets/antivirus_turret_body.png Binary files differnew file mode 100644 index 0000000..bff594f --- /dev/null +++ b/assets/antivirus_turret_body.png diff --git a/assets/antivirus_turret_gun.png b/assets/antivirus_turret_gun.png Binary files differnew file mode 100644 index 0000000..f786b41 --- /dev/null +++ b/assets/antivirus_turret_gun.png diff --git a/assets/antivirus_turret_leftwing.png b/assets/antivirus_turret_leftwing.png Binary files differnew file mode 100644 index 0000000..5b2d12d --- /dev/null +++ b/assets/antivirus_turret_leftwing.png diff --git a/assets/antivirus_turret_rightwing.png b/assets/antivirus_turret_rightwing.png Binary files differnew file mode 100644 index 0000000..fac03f3 --- /dev/null +++ b/assets/antivirus_turret_rightwing.png |
