- Passat a mini v1.3.7
- [NEW] ara es pot activar i desactivar el só, des del nou menu d'opcions i desde el menu in-game - [NEW] menus canviats un poc
This commit is contained in:
@@ -79,7 +79,7 @@ function bambolla.update_normal()
|
||||
end
|
||||
bambolla.y=28-math.abs(math.sin(bambolla.x*0.1))*24
|
||||
if bambolla.hab==abad.hab and bambolla.y>25.2 then
|
||||
playsnd(audio_low)
|
||||
sound.play(audio_low)
|
||||
end
|
||||
if bambolla.hab==abad.hab then
|
||||
if cacau.hab==bambolla.hab and aabb(bambolla,cacau) then
|
||||
@@ -89,7 +89,7 @@ function bambolla.update_normal()
|
||||
bambolla.y=bambolla.y+8
|
||||
bambolla.dx=0
|
||||
bambolla.dy=-4
|
||||
playsnd(audio_hit)
|
||||
sound.play(audio_hit)
|
||||
end
|
||||
if aabb(bambolla,abad) then
|
||||
abad_hurt(1)
|
||||
|
||||
Reference in New Issue
Block a user