diff options
author | Logan <logan@cflip.net> | 2022-10-01 21:01:12 -0600 |
---|---|---|
committer | Logan <logan@cflip.net> | 2022-10-01 21:01:12 -0600 |
commit | d10bfcc48ebaf5dcdf58d25ff0c3c29a2a8157ad (patch) | |
tree | 856a802db5c1fb47f4858b7536f0250e1fd032bb /scenes | |
parent | c976e1bfefad2d3c8f7608c3ef436879794f3b9d (diff) |
Add next phase counter and improved interface script.
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/interface.tscn | 7 |
1 files changed, 7 insertions, 0 deletions
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"] |