Kaynağa Gözat

Add ball label to counter

DricomDragon 3 yıl önce
ebeveyn
işleme
8ad2a69911
1 değiştirilmiş dosya ile 17 ekleme ve 3 silme
  1. 17 3
      godot/scenes/main.tscn

+ 17 - 3
godot/scenes/main.tscn

@@ -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