summaryrefslogtreecommitdiff
path: root/client/menu/rating/rating.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/rating/rating.tscn')
-rw-r--r--client/menu/rating/rating.tscn38
1 files changed, 23 insertions, 15 deletions
diff --git a/client/menu/rating/rating.tscn b/client/menu/rating/rating.tscn
index 8dbe50dd..a6594633 100644
--- a/client/menu/rating/rating.tscn
+++ b/client/menu/rating/rating.tscn
@@ -37,25 +37,17 @@ grow_vertical = 2
theme = ExtResource("1_uwajf")
script = ExtResource("2_cq0se")
-[node name="MarginContainer" type="MarginContainer" parent="."]
+[node name="Control" type="Control" parent="."]
layout_mode = 1
-anchors_preset = 15
-anchor_right = 1.0
-anchor_bottom = 1.0
+anchors_preset = 8
+anchor_left = 0.5
+anchor_top = 0.5
+anchor_right = 0.5
+anchor_bottom = 0.5
grow_horizontal = 2
grow_vertical = 2
-theme_override_constants/margin_left = 128
-theme_override_constants/margin_top = 64
-theme_override_constants/margin_right = 128
-theme_override_constants/margin_bottom = 64
-[node name="PanelContainer" type="PanelContainer" parent="MarginContainer"]
-material = ExtResource("4_hdurb")
-layout_mode = 2
-
-[node name="Particles" type="CPUParticles2D" parent="MarginContainer/PanelContainer"]
-position = Vector2(544, 292)
-emitting = false
+[node name="Particles" type="CPUParticles2D" parent="Control"]
amount = 32
texture = ExtResource("1_7qv7r")
emission_shape = 3
@@ -72,6 +64,22 @@ scale_amount_max = 0.2
scale_amount_curve = SubResource("Curve_dqga7")
color_ramp = SubResource("Gradient_majwe")
+[node name="MarginContainer" type="MarginContainer" parent="."]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 128
+theme_override_constants/margin_top = 64
+theme_override_constants/margin_right = 128
+theme_override_constants/margin_bottom = 64
+
+[node name="PanelContainer" type="PanelContainer" parent="MarginContainer"]
+material = ExtResource("4_hdurb")
+layout_mode = 2
+
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/PanelContainer"]
layout_mode = 2
theme_override_constants/separation = 64