Added shooting sound

This commit is contained in:
PfandBoss
2022-12-10 23:05:06 +01:00
parent 5942d5bf5a
commit 8ce7e3081d
6 changed files with 41 additions and 8 deletions

View File

@@ -38,6 +38,6 @@ func shoot():
currentStashValue -= 1
currentPowderStashValue = 0
currentState = STATE.INACTIVE
print("pew")
$AudioStreamPlayer3D.play(0)
return true
return false