[WIP] Treballant en el jefe. Pattern mode funcionant
This commit is contained in:
894
data/imp.lua
894
data/imp.lua
File diff suppressed because it is too large
Load Diff
@@ -21,10 +21,10 @@ function point:draw(fill)
|
||||
-- debug rect
|
||||
if not fill then
|
||||
draw.rect(scr_x,scr_y,self.w,self.h,3)
|
||||
draw.rect(scr_x+self.bb.x,scr_y,self.bb.w,self.h,2)
|
||||
-- draw.rect(scr_x+self.bb.x,scr_y,self.bb.w,self.h,2)
|
||||
else
|
||||
draw.rectf(scr_x,scr_y,self.w,self.h,3)
|
||||
draw.rectf(scr_x+self.bb.x,scr_y,self.bb.w,self.h,2)
|
||||
-- draw.rectf(scr_x+self.bb.x,scr_y,self.bb.w,self.h,2)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user