From c976e1bfefad2d3c8f7608c3ef436879794f3b9d Mon Sep 17 00:00:00 2001 From: Logan Date: Sat, 1 Oct 2022 19:00:19 -0600 Subject: Add initial implementation of a timeout screen. --- scenes/interface.tscn | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'scenes') diff --git a/scenes/interface.tscn b/scenes/interface.tscn index 8b37f8f..cba0c37 100644 --- a/scenes/interface.tscn +++ b/scenes/interface.tscn @@ -21,4 +21,15 @@ text = "Timer: " [node name="Timer" type="Timer" parent="."] +[node name="Control" type="Control" parent="."] +visible = false + +[node name="Label" type="Label" parent="Control"] +margin_top = 40.0 +margin_right = 214.0 +margin_bottom = 80.0 +text = "YOU LOSE. YOU WIN NOTHING. +GOOD DAY SIR!" +align = 1 + [connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"] -- cgit v1.2.3