Skip to content

Commit

Permalink
keira: update asteroids sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Mar 11, 2024
1 parent 7d6a61f commit 86516bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/keira/sdcard/asteroids/asteroids.lua
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ function lilka.update(delta)
bullet.speed_x = ship.speed_x / 2 + display.width * dir_x
bullet.speed_y = ship.speed_y / 2 + display.width * dir_y
table.insert(bullets, bullet)
buzzer.play_melody(SHOOT_SOUND, 400)
buzzer.play_melody(SHOOT_SOUND, 600)
end

-- Вихід з гри
Expand Down

0 comments on commit 86516bb

Please sign in to comment.