fix icon
This commit is contained in:
parent
3ee8d878fa
commit
8457172c53
|
@ -207,7 +207,13 @@ offset_bottom = 97.0
|
|||
text = "Set"
|
||||
script = ExtResource("2_5xejq")
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="."]
|
||||
position = Vector2(575, 224)
|
||||
scale = Vector2(0.1, 0.1)
|
||||
texture = ExtResource("4_j2ki1")
|
||||
|
||||
[node name="Panel" type="Panel" parent="."]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
|
@ -221,7 +227,3 @@ offset_bottom = -79.0
|
|||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_8m8o7")
|
||||
|
||||
[node name="Icon" type="Sprite2D" parent="Panel"]
|
||||
position = Vector2(53, 19)
|
||||
texture = ExtResource("4_j2ki1")
|
||||
|
|
Loading…
Reference in New Issue