diff --git a/Scenes/End.tscn b/Scenes/End.tscn index 96e0fbb..17fb814 100644 --- a/Scenes/End.tscn +++ b/Scenes/End.tscn @@ -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,5 @@ 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"]