- Passat a mini v1.3.6
This commit is contained in:
@@ -5,7 +5,7 @@ function gota.new(_hab,_x,_y,_freq)
|
||||
end
|
||||
|
||||
function gota:draw_normal()
|
||||
blit(112,0,8,8,self.x,self.y)
|
||||
draw.surf(112,0,8,8,self.x,self.y)
|
||||
end
|
||||
|
||||
function gota:update_normal()
|
||||
@@ -46,14 +46,14 @@ function gota:hit()
|
||||
end
|
||||
|
||||
function gota:draw_splash()
|
||||
circfill(self.cx+self.dx,self.y,2,16)
|
||||
circfill(self.cx+self.dx,self.y,1,11)
|
||||
circfill(self.cx-self.dx,self.y,2,16)
|
||||
circfill(self.cx-self.dx,self.y,1,11)
|
||||
circfill(self.cx-(self.dx/2),self.y-4,2,16)
|
||||
circfill(self.cx-(self.dx/2),self.y-4,1,11)
|
||||
circfill(self.cx+(self.dx/2),self.y-4,2,16)
|
||||
circfill(self.cx+(self.dx/2),self.y-4,1,11)
|
||||
draw.circf(self.cx+self.dx,self.y,2,16)
|
||||
draw.circf(self.cx+self.dx,self.y,1,11)
|
||||
draw.circf(self.cx-self.dx,self.y,2,16)
|
||||
draw.circf(self.cx-self.dx,self.y,1,11)
|
||||
draw.circf(self.cx-(self.dx/2),self.y-4,2,16)
|
||||
draw.circf(self.cx-(self.dx/2),self.y-4,1,11)
|
||||
draw.circf(self.cx+(self.dx/2),self.y-4,2,16)
|
||||
draw.circf(self.cx+(self.dx/2),self.y-4,1,11)
|
||||
end
|
||||
|
||||
function gota:update_splash()
|
||||
|
||||
Reference in New Issue
Block a user