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

@ -10,5 +10,5 @@ func _on_Area2D_body_entered(body: Node) -> void:
if body.is_in_group("player"):
Game.keys += 1
Game.score += 5
Audio.play_sound(Audio.a_gold,Audio.ac_collectible)
Audio.play_sound(Audio.a_key,Audio.ac_collectible)
queue_free()