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