main #21

Closed
kistaro wants to merge 76 commits from main into some_level
Showing only changes of commit 3911ae6eee - Show all commits

View File

@ -872,14 +872,13 @@ function player:draw()
end
end
if self.orientx==-1 then
setpal()
if self.orientx==-1 then
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()