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

@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://objects/environment/collapse_block/collapse_block.tscn" type="PackedScene" id=1]
[ext_resource path="res://audio/sounds/collapse_block_fall.wav" type="AudioStream" id=2]
[ext_resource path="res://audio/sounds/collapse_block_fall.ogg" type="AudioStream" id=2]
[sub_resource type="PhysicsMaterial" id=2]
bounce = 0.07

View file

@ -39,7 +39,7 @@ func _on_ShootTimer_timeout():
func die():
hp -= 1
Audio.play_sound(Audio.a_boss_hurt,Audio.ac_boss)
Audio.play_sound(Audio.a_scrump_hurt,Audio.ac_boss)
match hp:
2:
emit_signal("entered_phase", 2)