forked from pyrex/chameleonic
Save just a few more tokens
This commit is contained in:
parent
64c8bca3c0
commit
3911ae6eee
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user