Corregit bol, adaptat final, modificat Batman. Joc completament jugable. Falten 2 de Premiere i el Imp

This commit is contained in:
2026-03-17 22:31:38 +01:00
parent 9e6c50cd87
commit 5b9b9aed6d
6 changed files with 35 additions and 23 deletions

View File

@@ -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()