57 lines
1.9 KiB
Plaintext
57 lines
1.9 KiB
Plaintext
[gd_scene load_steps=9 format=3 uid="uid://c7jagw4y7w42l"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c0e0iw8osv0qh" path="res://top-icon-members.png" id="1_krxmy"]
|
|
[ext_resource type="Texture2D" uid="uid://hc1lmivi4bjs" path="res://top-icon-members-hover.png" id="2_370kg"]
|
|
[ext_resource type="Texture2D" uid="uid://c2iyta0nbba4v" path="res://top-icon-quests.png" id="3_o3fau"]
|
|
[ext_resource type="Texture2D" uid="uid://d3s762qc45n68" path="res://top-icon-quests-hover.png" id="4_ehkcg"]
|
|
[ext_resource type="Texture2D" uid="uid://dpakd262awyrv" path="res://top-icon-policies.png" id="5_3nqsh"]
|
|
[ext_resource type="Texture2D" uid="uid://is4b1a0jroee" path="res://top-icon-policies-hover.png" id="6_8h6j7"]
|
|
|
|
[sub_resource type="Gradient" id="Gradient_7d00h"]
|
|
|
|
[sub_resource type="GradientTexture1D" id="GradientTexture1D_len8m"]
|
|
gradient = SubResource("Gradient_7d00h")
|
|
width = 1
|
|
|
|
[node name="Control" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
offset_left = 14.0
|
|
offset_top = 58.0
|
|
offset_right = 14.0
|
|
offset_bottom = 58.0
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
layout_mode = 0
|
|
offset_top = -20.0
|
|
offset_right = 150.0
|
|
offset_bottom = -1.0
|
|
texture = SubResource("GradientTexture1D_len8m")
|
|
|
|
[node name="MembersButton" type="TextureButton" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 10.0
|
|
offset_top = -48.0
|
|
offset_right = 58.0
|
|
texture_normal = ExtResource("1_krxmy")
|
|
texture_pressed = ExtResource("2_370kg")
|
|
texture_hover = ExtResource("2_370kg")
|
|
|
|
[node name="QuestsButton" type="TextureButton" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 57.0
|
|
offset_top = -48.0
|
|
offset_right = 105.0
|
|
texture_normal = ExtResource("3_o3fau")
|
|
texture_pressed = ExtResource("4_ehkcg")
|
|
texture_hover = ExtResource("4_ehkcg")
|
|
|
|
[node name="PoliciesButton" type="TextureButton" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 102.0
|
|
offset_top = -48.0
|
|
offset_right = 150.0
|
|
texture_normal = ExtResource("5_3nqsh")
|
|
texture_pressed = ExtResource("6_8h6j7")
|
|
texture_hover = ExtResource("6_8h6j7")
|