mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
exports
This commit is contained in:
@@ -17,6 +17,7 @@ func _ready():
|
||||
currentStashValue = 10
|
||||
$Sprite3D2.texture = icon
|
||||
$AudioStreamPlayer.stream = audioClip
|
||||
$Sprite3D2.visible = false
|
||||
|
||||
func interact(player):
|
||||
if currentStashValue >= 1:
|
||||
|
||||
Reference in New Issue
Block a user