|
@@ -133,16 +133,30 @@ valign = 1
|
|
|
|
|
|
[node name="BallCounterPanel" type="Panel" parent="UI"]
|
|
|
margin_left = 10.0
|
|
|
-margin_top = 370.0
|
|
|
+margin_top = 360.0
|
|
|
margin_right = 50.0
|
|
|
margin_bottom = 390.0
|
|
|
+__meta__ = {
|
|
|
+"_edit_use_anchors_": false
|
|
|
+}
|
|
|
|
|
|
-[node name="BallCounterLabel" type="Label" parent="UI/BallCounterPanel"]
|
|
|
+[node name="BallLabel" type="Label" parent="UI/BallCounterPanel"]
|
|
|
margin_right = 40.0
|
|
|
-margin_bottom = 20.0
|
|
|
+margin_bottom = 14.0
|
|
|
text = "Balls"
|
|
|
align = 1
|
|
|
valign = 1
|
|
|
+__meta__ = {
|
|
|
+"_edit_use_anchors_": false
|
|
|
+}
|
|
|
+
|
|
|
+[node name="BallCounterLabel" type="Label" parent="UI/BallCounterPanel"]
|
|
|
+margin_top = 15.0
|
|
|
+margin_right = 40.0
|
|
|
+margin_bottom = 30.0
|
|
|
+text = "0"
|
|
|
+align = 1
|
|
|
+valign = 1
|
|
|
script = ExtResource( 8 )
|
|
|
__meta__ = {
|
|
|
"_edit_use_anchors_": false
|