Fix menu
This commit is contained in:
parent
e3241121da
commit
8712d1ecda
|
@ -5,8 +5,8 @@
|
|||
[ext_resource type="Script" path="res://scripts/Nickname.gd" id="2_5xejq"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxmfgknljdw65" path="res://icon.svg" id="4_j2ki1"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8m8o7"]
|
||||
bg_color = Color(0.541176, 0.0352941, 0.627451, 1)
|
||||
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_cwx4a"]
|
||||
texture = ExtResource("4_j2ki1")
|
||||
|
||||
[node name="Menu" type="Control"]
|
||||
layout_mode = 3
|
||||
|
@ -207,13 +207,7 @@ 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,9 +215,9 @@ anchor_top = 0.5
|
|||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -50.0
|
||||
offset_top = -119.0
|
||||
offset_top = -151.0
|
||||
offset_right = 50.0
|
||||
offset_bottom = -79.0
|
||||
offset_bottom = -51.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_8m8o7")
|
||||
theme_override_styles/panel = SubResource("StyleBoxTexture_cwx4a")
|
||||
|
|
Loading…
Reference in New Issue