77[node name ="Viewport" type ="MarginContainer" ]
88anchor_right = 1.0
99anchor_bottom = 1.0
10+ theme = ExtResource ( 2 )
1011custom_constants/margin_right = 30
1112custom_constants/margin_top = 30
1213custom_constants/margin_left = 30
@@ -15,47 +16,46 @@ __meta__ = {
1516"_edit_use_anchors_" : false
1617}
1718
18- [node name ="PlayingScreen " type ="VBoxContainer" parent ="." ]
19+ [node name ="GameDisplay " type ="VBoxContainer" parent ="." ]
1920margin_left = 30.0
2021margin_top = 30.0
2122margin_right = 1890.0
2223margin_bottom = 1050.0
23- theme = ExtResource ( 2 )
2424script = ExtResource ( 1 )
2525
26- [node name ="HUDBorder" type ="MarginContainer" parent ="PlayingScreen " ]
26+ [node name ="HUDBorder" type ="MarginContainer" parent ="GameDisplay " ]
2727margin_right = 1860.0
2828margin_bottom = 78.0
2929script = ExtResource ( 3 )
3030
31- [node name ="HUD" type ="HBoxContainer" parent ="PlayingScreen /HUDBorder" ]
31+ [node name ="HUD" type ="HBoxContainer" parent ="GameDisplay /HUDBorder" ]
3232margin_left = 20.0
3333margin_top = 20.0
3434margin_right = 1840.0
3535margin_bottom = 58.0
3636
37- [node name ="Level" type ="Label" parent ="PlayingScreen /HUDBorder/HUD" ]
37+ [node name ="Level" type ="Label" parent ="GameDisplay /HUDBorder/HUD" ]
3838margin_right = 906.0
3939margin_bottom = 38.0
4040size_flags_horizontal = 3
4141text = "LEVEL"
4242
43- [node name ="Score" type ="Label" parent ="PlayingScreen /HUDBorder/HUD" ]
43+ [node name ="Score" type ="Label" parent ="GameDisplay /HUDBorder/HUD" ]
4444margin_left = 914.0
4545margin_right = 1820.0
4646margin_bottom = 38.0
4747size_flags_horizontal = 3
48- text = "SCORE "
48+ text = "0.000 "
4949align = 2
5050
51- [node name ="DisplayBorder" type ="MarginContainer" parent ="PlayingScreen " ]
51+ [node name ="DisplayBorder" type ="MarginContainer" parent ="GameDisplay " ]
5252margin_top = 86.0
5353margin_right = 1860.0
5454margin_bottom = 1020.0
5555size_flags_vertical = 3
5656script = ExtResource ( 3 )
5757
58- [node name ="Label" type ="Label" parent ="PlayingScreen /DisplayBorder" ]
58+ [node name ="Label" type ="Label" parent ="GameDisplay /DisplayBorder" ]
5959margin_left = 20.0
6060margin_top = 448.0
6161margin_right = 1840.0
@@ -66,4 +66,4 @@ align = 1
6666[node name ="Timer" type ="Timer" parent ="." ]
6767one_shot = true
6868autostart = true
69- [connection signal ="timeout" from ="Timer" to ="PlayingScreen " method ="_on_Timer_timeout" ]
69+ [connection signal ="timeout" from ="Timer" to ="GameDisplay " method ="_on_Timer_timeout" ]
0 commit comments