Update End.tscn

This commit is contained in:
MarcEricMartel 2022-10-12 22:52:18 -04:00
parent fd8105a4c6
commit 69f6e8471c

View File

@ -59,7 +59,10 @@ margin_top = 498.0
margin_right = 1414.0
margin_bottom = 526.0
theme = SubResource( 6 )
text = "Thank you!"
text = "Thank you!
Press Any Key to Exit..."
align = 1
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
@ -67,6 +70,6 @@ stream = ExtResource( 3 )
autoplay = true
[node name="Timer" type="Timer" parent="."]
wait_time = 3.0
wait_time = 2.0
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]