- bambolla implemented

This commit is contained in:
2022-10-28 11:58:41 +02:00
parent c1367b3c75
commit 0ef6d03ec1
3 changed files with 129 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ function draw_hab(hab,x,y,editing)
end
end
if imp.hab==hab then imp.draw() end
if bambolla.hab==hab then bambolla.draw() end
if cacau.hab==hab then cacau:draw() end
if fireball.hab==hab then fireball:draw() end
end
@@ -201,6 +202,7 @@ function update_game()
end
end
imp.update()
bambolla.update()
cacau.update()
fireball.update()
switches.update()