forked from JailDoctor/cacaus
Corregit bol, adaptat final, modificat Batman. Joc completament jugable. Falten 2 de Premiere i el Imp
This commit is contained in:
@@ -61,14 +61,14 @@ function gota:hit()
|
||||
end
|
||||
|
||||
function gota:draw_splash()
|
||||
draw.circf( (self.cx+self.dx)*o2aX, self.y*o2aX, 2*o2aX, 16)
|
||||
draw.circf( (self.cx+self.dx)*o2aX, self.y*o2aX, 1*o2aX, 11)
|
||||
draw.circf( (self.cx-self.dx)*o2aX, self.y*o2aX, 2*o2aX, 16)
|
||||
draw.circf( (self.cx-self.dx)*o2aX, self.y*o2aX, 1*o2aX, 11)
|
||||
draw.circf( (self.cx-(self.dx/2))*o2aX, (self.y-4)*o2aX, 2*o2aX, 16)
|
||||
draw.circf( (self.cx-(self.dx/2))*o2aX, (self.y-4)*o2aX, 1*o2aX, 11)
|
||||
draw.circf( (self.cx+(self.dx/2))*o2aX, (self.y-4)*o2aX, 2*o2aX, 16)
|
||||
draw.circf( (self.cx+(self.dx/2))*o2aX, (self.y-4)*o2aX, 1*o2aX, 11)
|
||||
draw.circf( (self.cx+self.dx)*o2aX, self.y*o2aX, 2, 16)
|
||||
draw.circf( (self.cx+self.dx)*o2aX, self.y*o2aX, 1, 11)
|
||||
draw.circf( (self.cx-self.dx)*o2aX, self.y*o2aX, 2, 16)
|
||||
draw.circf( (self.cx-self.dx)*o2aX, self.y*o2aX, 1, 11)
|
||||
draw.circf( (self.cx-(self.dx/2))*o2aX, (self.y-4)*o2aX, 2, 16)
|
||||
draw.circf( (self.cx-(self.dx/2))*o2aX, (self.y-4)*o2aX, 1, 11)
|
||||
draw.circf( (self.cx+(self.dx/2))*o2aX, (self.y-4)*o2aX, 2, 16)
|
||||
draw.circf( (self.cx+(self.dx/2))*o2aX, (self.y-4)*o2aX, 1, 11)
|
||||
end
|
||||
|
||||
function gota:update_splash()
|
||||
|
||||
Reference in New Issue
Block a user