Shooting sound.

godot4-port
unfa 2020-09-18 00:05:41 +02:00
parent 0bcde2e3d9
commit cac43ba3e3
1 changed files with 2 additions and 0 deletions

View File

@ -32,4 +32,6 @@ remote func shoot():
$Handgun/AnimationPlayer.stop()
$Handgun/AnimationPlayer.play("Shoot", -1, 2)
$SoundShoot.play(0)