Implemented most sounds (Missing Boss and Hero Laught))

This commit is contained in:
Jan Schuffenhauer
2020-04-20 23:20:30 +02:00
parent 1299860e1f
commit 723b765b3e
45 changed files with 466 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ func _on_Hurtbox_area_entered(area):
health -= area.damage
if(health>0):
return
SoundControler.pub_play_effect("res://Objects/Barrel/Barrel4.wav",3)
queue_free()
var GreenRubies = load("res://Objects/Rubies/Green.tscn")
var BlueRubies = load("res://Objects/Rubies/Blue.tscn")