Extensive work on VFX for the guild, assets for the world, and portrait variance. Work on quests. Extra work on User Flow completion and file saving.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=17 format=3 uid="uid://c7jagw4y7w42l"]
|
||||
[gd_scene load_steps=16 format=3 uid="uid://c7jagw4y7w42l"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://c0e0iw8osv0qh" path="res://graphics/top-icon-members.png" id="1_krxmy"]
|
||||
[ext_resource type="Script" uid="uid://wyv0gt0ww6fp" path="res://scripts/top_menu.gd" id="1_o3fau"]
|
||||
[ext_resource type="Texture2D" uid="uid://hc1lmivi4bjs" path="res://graphics/top-icon-members-hover.png" id="2_370kg"]
|
||||
[ext_resource type="Texture2D" uid="uid://w8xkghjv3t6r" path="res://graphics/shelf.png" id="2_hoboc"]
|
||||
[ext_resource type="Texture2D" uid="uid://dkb0bhk4t15fh" path="res://graphics/guild-mopt.png" id="2_kvelj"]
|
||||
[ext_resource type="Texture2D" uid="uid://dlm6ei0v0tokv" path="res://graphics/guild-mopt-hover.png" id="3_jgt6v"]
|
||||
[ext_resource type="Texture2D" uid="uid://c2iyta0nbba4v" path="res://graphics/top-icon-quests.png" id="3_o3fau"]
|
||||
@@ -15,12 +16,6 @@
|
||||
[ext_resource type="Texture2D" uid="uid://cnrqig3gojcls" path="res://graphics/options-mopt.png" id="10_acyux"]
|
||||
[ext_resource type="Texture2D" uid="uid://dupdvrthv3edd" path="res://graphics/options-mopt-hover.png" id="11_xu0sb"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_7d00h"]
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_len8m"]
|
||||
gradient = SubResource("Gradient_7d00h")
|
||||
width = 1
|
||||
|
||||
[node name="TopMenu" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
@@ -33,9 +28,9 @@ script = ExtResource("1_o3fau")
|
||||
|
||||
[node name="Menu" type="Control" parent="."]
|
||||
anchors_preset = 0
|
||||
offset_left = 4.0
|
||||
offset_left = 15.0
|
||||
offset_top = 69.0
|
||||
offset_right = 44.0
|
||||
offset_right = 55.0
|
||||
offset_bottom = 109.0
|
||||
scale = Vector2(2, 2)
|
||||
|
||||
@@ -43,54 +38,54 @@ scale = Vector2(2, 2)
|
||||
layout_mode = 0
|
||||
offset_right = 234.5
|
||||
offset_bottom = 19.0
|
||||
texture = SubResource("GradientTexture1D_len8m")
|
||||
texture = ExtResource("2_hoboc")
|
||||
|
||||
[node name="GuildButton" type="TextureButton" parent="Menu"]
|
||||
layout_mode = 0
|
||||
offset_left = 2.5
|
||||
offset_top = -25.5
|
||||
offset_right = 50.5
|
||||
offset_bottom = 22.5
|
||||
offset_left = 7.0
|
||||
offset_top = -28.5
|
||||
offset_right = 55.0
|
||||
offset_bottom = 19.5
|
||||
texture_normal = ExtResource("2_kvelj")
|
||||
texture_pressed = ExtResource("3_jgt6v")
|
||||
texture_hover = ExtResource("3_jgt6v")
|
||||
|
||||
[node name="MembersButton" type="TextureButton" parent="Menu"]
|
||||
layout_mode = 0
|
||||
offset_left = 44.0
|
||||
offset_top = -31.5
|
||||
offset_right = 92.0
|
||||
offset_bottom = 16.5
|
||||
offset_left = 55.0
|
||||
offset_top = -25.5
|
||||
offset_right = 103.0
|
||||
offset_bottom = 22.5
|
||||
texture_normal = ExtResource("1_krxmy")
|
||||
texture_pressed = ExtResource("2_370kg")
|
||||
texture_hover = ExtResource("2_370kg")
|
||||
|
||||
[node name="QuestsButton" type="TextureButton" parent="Menu"]
|
||||
layout_mode = 0
|
||||
offset_left = 89.0
|
||||
offset_top = -32.5
|
||||
offset_right = 137.0
|
||||
offset_bottom = 15.5
|
||||
offset_left = 102.5
|
||||
offset_top = -26.5
|
||||
offset_right = 150.5
|
||||
offset_bottom = 21.5
|
||||
texture_normal = ExtResource("3_o3fau")
|
||||
texture_pressed = ExtResource("4_ehkcg")
|
||||
texture_hover = ExtResource("4_ehkcg")
|
||||
|
||||
[node name="PoliciesButton" type="TextureButton" parent="Menu"]
|
||||
layout_mode = 0
|
||||
offset_left = 141.0
|
||||
offset_top = -32.0
|
||||
offset_right = 189.0
|
||||
offset_bottom = 16.0
|
||||
offset_left = 151.0
|
||||
offset_top = -26.5
|
||||
offset_right = 199.0
|
||||
offset_bottom = 21.5
|
||||
texture_normal = ExtResource("5_3nqsh")
|
||||
texture_pressed = ExtResource("6_8h6j7")
|
||||
texture_hover = ExtResource("6_8h6j7")
|
||||
|
||||
[node name="OptionsButton" type="TextureButton" parent="Menu"]
|
||||
layout_mode = 0
|
||||
offset_left = 186.5
|
||||
offset_top = -25.5
|
||||
offset_right = 234.5
|
||||
offset_bottom = 22.5
|
||||
offset_left = 199.5
|
||||
offset_top = -16.5
|
||||
offset_right = 247.5
|
||||
offset_bottom = 31.5
|
||||
texture_normal = ExtResource("10_acyux")
|
||||
texture_pressed = ExtResource("11_xu0sb")
|
||||
texture_hover = ExtResource("11_xu0sb")
|
||||
|
||||
Reference in New Issue
Block a user