[FIX] Eliminat rectangle bb del peu

[NEW] Final temporal del joc. Ja es completament jugable
This commit is contained in:
2026-05-10 19:51:25 +02:00
parent 9f9bacb06a
commit 7d72ab52fd
2 changed files with 24 additions and 9 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ function peu.draw()
draw.surf(x,y,peu.w,peu.h,scr_x,scr_y,peu.w,peu.h)
-- bb debug
draw.rect(scr_x+peu.bb.x,scr_y+peu.bb.y,peu.bb.w,peu.bb.h,3)
-- draw.rect(scr_x+peu.bb.x,scr_y+peu.bb.y,peu.bb.w,peu.bb.h,3)
end
function peu.update()