Update End.tscn
This commit is contained in:
@@ -59,7 +59,10 @@ margin_top = 498.0
|
|||||||
margin_right = 1414.0
|
margin_right = 1414.0
|
||||||
margin_bottom = 526.0
|
margin_bottom = 526.0
|
||||||
theme = SubResource( 6 )
|
theme = SubResource( 6 )
|
||||||
text = "Thank you!"
|
text = "Thank you!
|
||||||
|
|
||||||
|
|
||||||
|
Press Any Key to Exit..."
|
||||||
align = 1
|
align = 1
|
||||||
|
|
||||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||||
@@ -67,6 +70,6 @@ stream = ExtResource( 3 )
|
|||||||
autoplay = true
|
autoplay = true
|
||||||
|
|
||||||
[node name="Timer" type="Timer" parent="."]
|
[node name="Timer" type="Timer" parent="."]
|
||||||
wait_time = 3.0
|
wait_time = 2.0
|
||||||
|
|
||||||
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|
[connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"]
|
||||||
|
Reference in New Issue
Block a user