[gd_scene load_steps=2 format=2] [ext_resource path="res://scripts/game_manager.gd" type="Script" id=1] [node name="game_manager" type="CanvasLayer" groups=["game_manager"]] script = ExtResource( 1 ) [node name="UI" type="Control" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 rect_pivot_offset = Vector2( 1024, 600 ) [node name="day_timer_text" type="Label" parent="UI"] unique_name_in_owner = true anchor_left = 1.0 anchor_right = 1.0 margin_left = -67.8719 margin_right = 39.1281 margin_bottom = 14.0 grow_horizontal = 0 rect_scale = Vector2( 5, 5 ) rect_pivot_offset = Vector2( 116.901, -0.362253 ) text = "Time Left: 00:20" align = 2 uppercase = true [node name="day_timer" type="Timer" parent="."] unique_name_in_owner = true [connection signal="timeout" from="day_timer" to="." method="_on_day_timer_timeout"]