Bol en el lloc

This commit is contained in:
2026-03-27 23:01:53 +01:00
parent 568672e8cb
commit 92445c920c
3 changed files with 49 additions and 3 deletions

View File

@@ -42,9 +42,9 @@ function gota:draw_normal()
if viewp:inside(self.x, self.y, self.w, self.h) then
local scr_x, scr_y = viewp:screen_coords( self.x, self.y )
draw.surf(x,y,self.w,self.h,scr_x,scr_y)
local x_check = scr_x+self.bb.x+(self.bb.w/2)-1
local y_check = scr_y+self.bb.h
draw.rectf(x_check,y_check,1,1,4)
-- local x_check = scr_x+self.bb.x+(self.bb.w/2)-1
-- local y_check = scr_y+self.bb.h
-- draw.rectf(x_check,y_check,1,1,4)
end
end