safe open sound

This commit is contained in:
2023-02-02 11:54:46 +01:00
parent 75a9075694
commit 3a91b61c4f
4 changed files with 31 additions and 2 deletions
BIN
View File
Binary file not shown.
+24
View File
@@ -0,0 +1,24 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://d0bincgxhycg"
path="res://.godot/imported/doosje.wav-9c710f39e6b6fa8e09884f740b314732.sample"
[deps]
source_file="res://Audio/doosje.wav"
dest_files=["res://.godot/imported/doosje.wav-9c710f39e6b6fa8e09884f740b314732.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0
+6 -2
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -14,6 +14,7 @@ func add_sequence_guess(dir):
i += 1
if (i == sequence.size()):
$Door.visible = false
$Open.playing = true
i = 0
else:
$Reset.playing = true