[CHG] El contacte en el jefe fa mal

[CHG] La fireball no se pot esquivar apretant avall
[NEW] La fireball se pot para d'una cacauà
This commit is contained in:
2026-05-22 20:46:23 +02:00
parent 4d13ed4eb0
commit 4759767823
5 changed files with 21 additions and 2 deletions
+5
View File
@@ -279,6 +279,11 @@ function imp:update_normal()
self:next_frame()
-- colisions en personatges
-- self:colisions()
if viewp:inside(self.x, self.y, self.w, self.h) then
if collision(abad,self) then
abad_hurt(1)
end
end
end
end