Added voice audio

This commit is contained in:
2024-02-16 15:30:29 +01:00
parent 91f5167d6a
commit 89d730f0ae
13 changed files with 86 additions and 49 deletions

View File

@ -1,6 +1,9 @@
extends AreaSkillInstance
@export var voice_audio: AudioStream
func _ready():
animation.play("human/slash", 1.7)
voice.play(voice_audio)
await area_damage(0.5, 0.1, 0.2)
end()