diff options
Diffstat (limited to 'scenes/interface.tscn')
-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"] |