This commit is contained in:
MarcEricMartel
2022-10-12 20:13:11 -04:00
parent bd9b32d6fa
commit fc908460f6
4 changed files with 109 additions and 17 deletions

View File

@@ -63,3 +63,8 @@ align = 1
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 3 )
autoplay = true
[node name="Timer" type="Timer" parent="."]
wait_time = 3.0
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]