diff options
| author | 1029chris <1029chris@gmail.com> | 2016-07-19 15:26:27 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-07-19 15:26:27 -0700 |
| commit | 770f7491809624e1201f341dc04eeb02b30a120e (patch) | |
| tree | fd6a13694d0d2730d120ad61f7724d69e0809ed0 | |
| parent | 53129e96b74c206f4f06c85a44cde3a35c07c610 (diff) | |
Added popup assets for second virus fight
| -rw-r--r-- | assets.lua | 6 | ||||
| -rw-r--r-- | assets/popup1.png | bin | 0 -> 225771 bytes | |||
| -rw-r--r-- | assets/popup10.png | bin | 0 -> 45427 bytes | |||
| -rw-r--r-- | assets/popup2.png | bin | 0 -> 133819 bytes | |||
| -rw-r--r-- | assets/popup3.png | bin | 0 -> 112452 bytes | |||
| -rw-r--r-- | assets/popup4.png | bin | 0 -> 48273 bytes | |||
| -rw-r--r-- | assets/popup5.png | bin | 0 -> 103095 bytes | |||
| -rw-r--r-- | assets/popup6.png | bin | 0 -> 23680 bytes | |||
| -rw-r--r-- | assets/popup7.png | bin | 0 -> 61877 bytes | |||
| -rw-r--r-- | assets/popup8.png | bin | 0 -> 15809 bytes | |||
| -rw-r--r-- | assets/popup9.png | bin | 0 -> 51358 bytes |
11 files changed, 6 insertions, 0 deletions
@@ -117,6 +117,12 @@ function loadAssets(id) offline = love.graphics.newImage("assets/chat_status_offline.png"), profile = love.graphics.newImage("assets/chat_profile.png") } + v2 = {} + v2.pop = {} + v2.pop.a = {} + for i=1,10 do + v2.pop.a[i] = love.graphics.newImage("assets/popup" .. i .. ".png") + end end if id == 10 then internet = { diff --git a/assets/popup1.png b/assets/popup1.png Binary files differnew file mode 100644 index 0000000..3de9b11 --- /dev/null +++ b/assets/popup1.png diff --git a/assets/popup10.png b/assets/popup10.png Binary files differnew file mode 100644 index 0000000..a408689 --- /dev/null +++ b/assets/popup10.png diff --git a/assets/popup2.png b/assets/popup2.png Binary files differnew file mode 100644 index 0000000..9089202 --- /dev/null +++ b/assets/popup2.png diff --git a/assets/popup3.png b/assets/popup3.png Binary files differnew file mode 100644 index 0000000..921479e --- /dev/null +++ b/assets/popup3.png diff --git a/assets/popup4.png b/assets/popup4.png Binary files differnew file mode 100644 index 0000000..ddfe9d7 --- /dev/null +++ b/assets/popup4.png diff --git a/assets/popup5.png b/assets/popup5.png Binary files differnew file mode 100644 index 0000000..4c9aeb0 --- /dev/null +++ b/assets/popup5.png diff --git a/assets/popup6.png b/assets/popup6.png Binary files differnew file mode 100644 index 0000000..c902120 --- /dev/null +++ b/assets/popup6.png diff --git a/assets/popup7.png b/assets/popup7.png Binary files differnew file mode 100644 index 0000000..da27ae5 --- /dev/null +++ b/assets/popup7.png diff --git a/assets/popup8.png b/assets/popup8.png Binary files differnew file mode 100644 index 0000000..ac74a88 --- /dev/null +++ b/assets/popup8.png diff --git a/assets/popup9.png b/assets/popup9.png Binary files differnew file mode 100644 index 0000000..01880ec --- /dev/null +++ b/assets/popup9.png |
