Ja se veuen be el gorro, el gps, el peu, el cacau, la fireball i el imp que eixia 'flipat'

This commit is contained in:
2026-03-15 23:39:21 +01:00
parent 5a2b418e5b
commit 319862df30
6 changed files with 52 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ end
function imp.draw()
if imp.enabled then
-- draw.surf((imp.frame&7)*16,(imp.frame>>3)*16,16,16,imp.x,imp.y,16,16,imp.flip)
draw.surf((imp.frame&7)*cw,(imp.frame>>cxr2)*ch,cw,ch,imp.x*o2aX,imp.y*o2aX,cw,ch,flip)
draw.surf((imp.frame&7)*cw,(imp.frame>>cxr2)*ch,cw,ch,imp.x*o2aX,imp.y*o2aX,cw,ch,imp.flip)
end
end