Bol en el lloc
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user