This commit is contained in:
2022-12-11 02:19:40 +01:00
parent a852fe8894
commit 0d9acc5f47
11 changed files with 36 additions and 200 deletions

View File

@@ -17,6 +17,7 @@ func _ready():
currentStashValue = 10
$Sprite3D2.texture = icon
$AudioStreamPlayer.stream = audioClip
$Sprite3D2.visible = false
func interact(player):
if currentStashValue >= 1: