diff options
| -rw-r--r-- | assets.lua | 13 | ||||
| -rw-r--r-- | assets/Virus_2.blend | bin | 726828 -> 735248 bytes | |||
| -rw-r--r-- | assets/virus2_hands_idle.png | bin | 0 -> 22952 bytes | |||
| -rw-r--r-- | assets/virus2_idle.png | bin | 0 -> 555275 bytes | |||
| -rw-r--r-- | assets/virus2_idle_mask.png | bin | 0 -> 15206 bytes | |||
| -rw-r--r-- | assets/virus2_pupil.png | bin | 0 -> 228 bytes |
6 files changed, 13 insertions, 0 deletions
@@ -230,6 +230,19 @@ function loadAssets(id) v1.c.shine.sm2 = true v1.c.shine.ct = 0 v1.c.shine.opa = 255 + v2.c = {} + v2.c.idle = {} + v2.c.idle.fs = {} + v2.c.idle.pic = love.graphics.newImage("assets/virus2_idle.png") + v2.c.pupil = love.graphics.newImage("assets/virus2_pupil.png") + v2.c.idle.hands = love.graphics.newImage("assets/eye_thing.png") + v2.c.idle.f = 1 + loadAnimation(v2.c.idle.pic, v2.c.idle.fs, 37, 10, 250, 250) + v2.c.idle.mask = {} + v2.c.idle.mask.fs = {} + v2.c.idle.mask.pic = love.graphics.newImage("assets/virus2_idle_mask.png") + v2.c.idle.mask.f = 1 + loadAnimation(v2.c.idle.mask.pic, v2.c.idle.mask.fs, 37, 10, 250, 250) end if id == 15 then expl = {} diff --git a/assets/Virus_2.blend b/assets/Virus_2.blend Binary files differindex 90d8b14..68a2200 100644 --- a/assets/Virus_2.blend +++ b/assets/Virus_2.blend diff --git a/assets/virus2_hands_idle.png b/assets/virus2_hands_idle.png Binary files differnew file mode 100644 index 0000000..57baed9 --- /dev/null +++ b/assets/virus2_hands_idle.png diff --git a/assets/virus2_idle.png b/assets/virus2_idle.png Binary files differnew file mode 100644 index 0000000..671d044 --- /dev/null +++ b/assets/virus2_idle.png diff --git a/assets/virus2_idle_mask.png b/assets/virus2_idle_mask.png Binary files differnew file mode 100644 index 0000000..ba97367 --- /dev/null +++ b/assets/virus2_idle_mask.png diff --git a/assets/virus2_pupil.png b/assets/virus2_pupil.png Binary files differnew file mode 100644 index 0000000..5465c48 --- /dev/null +++ b/assets/virus2_pupil.png |
