diff options
Diffstat (limited to 'assets.lua')
| -rw-r--r-- | assets.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ function loadAssets(id) 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.hands = love.graphics.newImage("assets/virus2_hands_idle.png") v2.c.idle.f = 1 loadAnimation(v2.c.idle.pic, v2.c.idle.fs, 37, 10, 250, 250) v2.c.idle.mask = {} |
