converted sounds to ogg (fixes #188)

This commit is contained in:
pennyrigate 2023-10-09 01:50:59 -04:00
parent 687bf87df9
commit 832191e99c
51 changed files with 230 additions and 20 deletions

View file

@ -237,7 +237,7 @@ func has_collection_bonus():
func _on_player_died() -> void:
deaths += 1
if lives <= 0 and use_lives:
Audio.play_sound(Audio.a_gover, Audio.ac_die)
Audio.play_sound(Audio.a_game_over, Audio.ac_die)
get_tree().get_nodes_in_group("player")[0].queue_free()
var time_tween = create_tween()
time_tween.tween_property(Engine, "time_scale", 0.1, 0.3)