diff options
| author | 1029chris <1029chris@gmail.com> | 2016-08-04 17:31:15 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-08-04 17:31:15 -0700 |
| commit | cb5ee7e47850599e51da852c14698fb6135ba4d7 (patch) | |
| tree | 64b4681d8e85d2296390d66f0050803986524f7e | |
| parent | a44b67729ebd8370ba4ba07851e9b1b85af57e55 (diff) | |
Fixed stupid bug
| -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 = {} |
