- Removed debug info

This commit is contained in:
2022-11-02 18:58:29 +01:00
parent 5c75bf9ab5
commit 7ba084f89d
2 changed files with 3 additions and 5 deletions

View File

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

View File

@@ -59,7 +59,7 @@ function imp.update()
if not imp.enabled then
imp.counter=imp.counter-1
local r = rnd(imp.counter)
print(r)
--print(r)
if imp.counter==1 or r==1 then
imp.init()
end