- Removed debug info
This commit is contained in:
@@ -59,7 +59,7 @@ function bambolla.update_normal()
|
||||
if not bambolla.enabled then
|
||||
bambolla.counter=bambolla.counter-1
|
||||
local r = rnd(bambolla.counter)
|
||||
print(r)
|
||||
--print(r)
|
||||
if bambolla.counter==1 or r==1 then
|
||||
bambolla.init()
|
||||
end
|
||||
@@ -89,15 +89,13 @@ function bambolla.update_normal()
|
||||
bambolla.dy=-4
|
||||
end
|
||||
if aabb(bambolla,abad) then
|
||||
--bambolla.hab=-1
|
||||
if abad.energia>0 then abad.energia=abad.energia-1 end
|
||||
abad_hurt(1)
|
||||
bambolla.update=bambolla.update_splash
|
||||
bambolla.draw=bambolla.draw_splash
|
||||
bambolla.cx=bambolla.x+8
|
||||
bambolla.y=bambolla.y+8
|
||||
bambolla.dx=0
|
||||
bambolla.dy=-4
|
||||
cls(3)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user