converted sounds to ogg (fixes #188)
This commit is contained in:
parent
687bf87df9
commit
832191e99c
51 changed files with 230 additions and 20 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue