diff --git a/chameleonic.p8 b/chameleonic.p8 index ee9f86c..23abe38 100644 --- a/chameleonic.p8 +++ b/chameleonic.p8 @@ -872,14 +872,13 @@ function player:draw() end end + setpal() if self.orientx==-1 then - setpal() spr(16,px+6,py-2,1,1) spr(17,px+1,py,1,1) if (self.rope and invis_level<=0.25) pal() self.rope:draw{self.x*8+self.px+1,self.y*8+self.py+2} setpal() spr(head,px-3,py-3,1,1) else - setpal() spr(16,px-6,py-2,1,1,true) spr(17,px-1,py,1,1,true) if (self.rope and invis_level<=0.25) pal() self.rope:draw{self.x*8+self.px+7,self.y*8+self.py+2} setpal()