From d10bfcc48ebaf5dcdf58d25ff0c3c29a2a8157ad Mon Sep 17 00:00:00 2001 From: Logan Date: Sat, 1 Oct 2022 21:01:12 -0600 Subject: Add next phase counter and improved interface script. --- scenes/interface.tscn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scenes') diff --git a/scenes/interface.tscn b/scenes/interface.tscn index cba0c37..e41a650 100644 --- a/scenes/interface.tscn +++ b/scenes/interface.tscn @@ -32,4 +32,11 @@ text = "YOU LOSE. YOU WIN NOTHING. GOOD DAY SIR!" align = 1 +[node name="PhaseLabel" type="Label" parent="."] +margin_top = 112.0 +margin_right = 88.0 +margin_bottom = 128.0 +rect_scale = Vector2( 0.5, 0.5 ) +text = "Next Phase: " + [connection signal="timeout" from="Timer" to="." method="_on_Timer_timeout"] -- cgit v1.2.3