[gd_scene load_steps=3 format=2] [ext_resource path="res://theme_data/interface.theme" type="Theme" id=1] [ext_resource path="res://scripts/interface.gd" type="Script" id=3] [node name="Interface" type="CanvasLayer"] script = ExtResource( 3 ) [node name="ScoreLabel" type="Label" parent="."] margin_right = 40.0 margin_bottom = 11.0 theme = ExtResource( 1 ) [node name="TimerLabel" type="Label" parent="."] margin_top = 10.0 margin_right = 40.0 margin_bottom = 26.0 theme = ExtResource( 1 ) [node name="Timer" type="Timer" parent="TimerLabel"] wait_time = 30.0 one_shot = true [node name="Update Timer" type="Timer" parent="."] [connection signal="timeout" from="Update Timer" to="." method="_on_Update_Timer_timeout"]