继续更新UI
This commit is contained in:
@@ -5,20 +5,24 @@
|
||||
[ext_resource type="Script" uid="uid://0d2j5m6j2ema" path="res://Components/HTTPTextureRect.gd" id="3_wibl7"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_y1hsh"]
|
||||
border_color = Color(2.98411e-06, 0.95982, 0.386903, 1)
|
||||
bg_color = Color(0.9, 0.85, 0.7, 0.95)
|
||||
border_width_left = 5
|
||||
border_width_top = 5
|
||||
border_width_right = 5
|
||||
border_width_bottom = 5
|
||||
border_color = Color(0.6, 0.4, 0.2, 1)
|
||||
border_blend = true
|
||||
corner_radius_top_left = 10
|
||||
corner_radius_top_right = 10
|
||||
corner_radius_bottom_right = 10
|
||||
corner_radius_bottom_left = 10
|
||||
corner_detail = 20
|
||||
shadow_color = Color(0.3, 0.2, 0.1, 0.5)
|
||||
shadow_size = 20
|
||||
shadow_offset = Vector2(10, 10)
|
||||
anti_aliasing = false
|
||||
anti_aliasing_size = 5.0
|
||||
|
||||
[node name="AccountSettingPanel" type="Panel"]
|
||||
visible = false
|
||||
offset_left = 243.0
|
||||
offset_top = 42.0
|
||||
offset_right = 1154.0
|
||||
@@ -27,7 +31,7 @@ theme_override_styles/panel = SubResource("StyleBoxFlat_y1hsh")
|
||||
script = ExtResource("1_xfiot")
|
||||
|
||||
[node name="Title" type="RichTextLabel" parent="."]
|
||||
modulate = Color(1, 0.745098, 0.54902, 1)
|
||||
modulate = Color(0.2, 0.6, 0.2, 1)
|
||||
layout_mode = 0
|
||||
offset_left = 2.0
|
||||
offset_right = 911.0
|
||||
@@ -41,27 +45,31 @@ theme_override_constants/shadow_offset_x = 3
|
||||
theme_override_constants/shadow_outline_size = 10
|
||||
theme_override_font_sizes/normal_font_size = 40
|
||||
bbcode_enabled = true
|
||||
text = "玩家信息设置"
|
||||
text = "🌾 萌芽农场 - 农场主信息 🚜"
|
||||
horizontal_alignment = 1
|
||||
threaded = true
|
||||
|
||||
[node name="QuitButton" type="Button" parent="."]
|
||||
modulate = Color(0.984314, 0, 0, 1)
|
||||
custom_minimum_size = Vector2(55, 55)
|
||||
layout_mode = 0
|
||||
offset_left = 854.0
|
||||
offset_right = 911.0
|
||||
offset_bottom = 57.0
|
||||
offset_left = 833.0
|
||||
offset_top = 19.0
|
||||
offset_right = 890.0
|
||||
offset_bottom = 76.0
|
||||
theme_override_colors/font_disabled_color = Color(0, 0, 0, 1)
|
||||
theme_override_font_sizes/font_size = 35
|
||||
text = "X"
|
||||
|
||||
[node name="RefreshButton" type="Button" parent="."]
|
||||
custom_minimum_size = Vector2(55, 55)
|
||||
layout_mode = 0
|
||||
offset_left = 2.0
|
||||
offset_right = 80.0
|
||||
offset_bottom = 57.0
|
||||
offset_left = 25.0
|
||||
offset_top = 19.0
|
||||
offset_right = 160.0
|
||||
offset_bottom = 76.0
|
||||
theme_override_font_sizes/font_size = 35
|
||||
text = "刷新"
|
||||
text = "🔄 刷新"
|
||||
|
||||
[node name="VBox1" type="VBoxContainer" parent="."]
|
||||
layout_mode = 0
|
||||
@@ -86,7 +94,7 @@ columns = 2
|
||||
[node name="User_Name" type="Label" parent="VBox1/Grid"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "账户:"
|
||||
text = "🔑 农场账户:"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
@@ -99,7 +107,7 @@ vertical_alignment = 1
|
||||
[node name="User_Password" type="Label" parent="VBox1/Grid"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "密码:"
|
||||
text = "🔒 农场密钥:"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
@@ -107,40 +115,40 @@ vertical_alignment = 1
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
theme_override_font_sizes/font_size = 30
|
||||
placeholder_text = "请输入密码"
|
||||
placeholder_text = "请输入您的农场密钥"
|
||||
|
||||
[node name="Player_Name" type="Label" parent="VBox1/Grid"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "玩家昵称:"
|
||||
text = "👨🌾 农场主昵称:"
|
||||
|
||||
[node name="Player_Name_Input" type="LineEdit" parent="VBox1/Grid"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
theme_override_font_sizes/font_size = 30
|
||||
placeholder_text = "请输入玩家昵称"
|
||||
placeholder_text = "请输入您的农场主昵称"
|
||||
|
||||
[node name="Farm_Name" type="Label" parent="VBox1/Grid"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "农场名称:"
|
||||
text = "🏡 我的农场名:"
|
||||
|
||||
[node name="Farm_Name_Input" type="LineEdit" parent="VBox1/Grid"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
theme_override_font_sizes/font_size = 30
|
||||
placeholder_text = "请输入农场名称"
|
||||
placeholder_text = "为您的萌芽农场起个好听的名字"
|
||||
|
||||
[node name="Personal_Profile" type="Label" parent="VBox1/Grid"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "个人简介:"
|
||||
text = "📝 农场故事:"
|
||||
|
||||
[node name="Personal_Profile_Input" type="LineEdit" parent="VBox1/Grid"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
theme_override_font_sizes/font_size = 30
|
||||
placeholder_text = "请输入个人简介"
|
||||
placeholder_text = "讲述您的农场故事和种植计划"
|
||||
|
||||
[node name="HBox2" type="HBoxContainer" parent="VBox1"]
|
||||
layout_mode = 2
|
||||
@@ -149,9 +157,9 @@ alignment = 1
|
||||
[node name="Remove_Account_Btn" type="Button" parent="VBox1/HBox2"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "删除账号"
|
||||
text = "❌ 注销农场"
|
||||
|
||||
[node name="Confirm_Btn" type="Button" parent="VBox1/HBox2"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "确认修改"
|
||||
text = "✅ 保存信息"
|
||||
|
||||
@@ -0,0 +1,95 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://djh8bnauphg8v"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bakeq8tm6r4j4" path="res://Script/SmallPanel/GlobalServerBroadcastPanel.gd" id="1_r7t0y"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_k1sw4"]
|
||||
bg_color = Color(0.9, 0.85, 0.7, 0.95)
|
||||
border_width_left = 10
|
||||
border_width_top = 10
|
||||
border_width_right = 10
|
||||
border_width_bottom = 10
|
||||
border_color = Color(0.6, 0.4, 0.2, 1)
|
||||
corner_radius_top_left = 12
|
||||
corner_radius_top_right = 12
|
||||
corner_radius_bottom_right = 12
|
||||
corner_radius_bottom_left = 12
|
||||
corner_detail = 20
|
||||
shadow_color = Color(0.3, 0.2, 0.1, 0.3)
|
||||
shadow_size = 20
|
||||
shadow_offset = Vector2(5, 5)
|
||||
|
||||
[node name="GlobalServerBroadcastPanel" type="Panel"]
|
||||
offset_left = 322.0
|
||||
offset_right = 985.0
|
||||
offset_bottom = 721.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_k1sw4")
|
||||
script = ExtResource("1_r7t0y")
|
||||
|
||||
[node name="Title" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 13.0
|
||||
offset_top = 12.0
|
||||
offset_right = 653.0
|
||||
offset_bottom = 63.0
|
||||
theme_override_colors/font_color = Color(0.2, 0.6, 0.2, 1)
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/shadow_offset_x = 4
|
||||
theme_override_constants/shadow_offset_y = 4
|
||||
theme_override_constants/outline_size = 15
|
||||
theme_override_constants/shadow_outline_size = 15
|
||||
theme_override_font_sizes/font_size = 35
|
||||
text = "📢 全服广播 📻"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="MessageContents" type="RichTextLabel" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 10.0
|
||||
offset_top = 72.0
|
||||
offset_right = 653.0
|
||||
offset_bottom = 642.0
|
||||
theme_override_font_sizes/bold_italics_font_size = 15
|
||||
theme_override_font_sizes/italics_font_size = 15
|
||||
theme_override_font_sizes/mono_font_size = 15
|
||||
theme_override_font_sizes/normal_font_size = 15
|
||||
theme_override_font_sizes/bold_font_size = 15
|
||||
bbcode_enabled = true
|
||||
|
||||
[node name="HBox" type="HBoxContainer" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 8.0
|
||||
offset_top = 649.0
|
||||
offset_right = 653.0
|
||||
offset_bottom = 709.0
|
||||
|
||||
[node name="InputMessage" type="LineEdit" parent="HBox"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
placeholder_text = "🌱 分享您的农场故事和心得..."
|
||||
|
||||
[node name="SendMessageButton" type="Button" parent="HBox"]
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "📤 发送消息"
|
||||
|
||||
[node name="QuitButton" type="Button" parent="."]
|
||||
modulate = Color(1, 0, 0, 1)
|
||||
custom_minimum_size = Vector2(50, 50)
|
||||
layout_mode = 0
|
||||
offset_left = 601.0
|
||||
offset_top = 12.0
|
||||
offset_right = 651.0
|
||||
offset_bottom = 62.0
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "X"
|
||||
|
||||
[node name="WatchMoreButton" type="Button" parent="."]
|
||||
custom_minimum_size = Vector2(50, 50)
|
||||
layout_mode = 0
|
||||
offset_left = 13.0
|
||||
offset_top = 12.0
|
||||
offset_right = 141.0
|
||||
offset_bottom = 62.0
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "📜 查看更多"
|
||||
@@ -0,0 +1,91 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://yc4ag7vxsrfv"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bkel88rscubov" path="res://Script/SmallPanel/TodayDivinationPanel.gd" id="1_b6743"]
|
||||
[ext_resource type="FontFile" uid="uid://b81msdfp2ym2g" path="res://assets/字体/MapleMono-NF-CN-BoldItalic.ttf" id="2_823yi"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_bpbm8"]
|
||||
bg_color = Color(0.9, 0.85, 0.7, 0.95)
|
||||
border_width_left = 15
|
||||
border_width_top = 15
|
||||
border_width_right = 15
|
||||
border_width_bottom = 15
|
||||
border_color = Color(0.6, 0.4, 0.2, 1)
|
||||
corner_radius_top_left = 15
|
||||
corner_radius_top_right = 15
|
||||
corner_radius_bottom_right = 15
|
||||
corner_radius_bottom_left = 15
|
||||
corner_detail = 20
|
||||
shadow_color = Color(0.3, 0.2, 0.1, 0.3)
|
||||
shadow_size = 8
|
||||
|
||||
[node name="TodayDivinationPanel" type="PanelContainer"]
|
||||
offset_left = 345.0
|
||||
offset_right = 1050.0
|
||||
offset_bottom = 713.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_bpbm8")
|
||||
script = ExtResource("1_b6743")
|
||||
|
||||
[node name="VBox" type="VBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Title" type="Label" parent="VBox"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 0
|
||||
theme_override_colors/font_color = Color(0.2, 0.6, 0.2, 1)
|
||||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
||||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/shadow_offset_x = 4
|
||||
theme_override_constants/shadow_offset_y = 4
|
||||
theme_override_constants/outline_size = 20
|
||||
theme_override_constants/shadow_outline_size = 20
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "🌾 今日占卜 🚜"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Scroll" type="ScrollContainer" parent="VBox"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="Contents" type="RichTextLabel" parent="VBox/Scroll"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme_override_fonts/normal_font = ExtResource("2_823yi")
|
||||
theme_override_fonts/mono_font = ExtResource("2_823yi")
|
||||
theme_override_fonts/italics_font = ExtResource("2_823yi")
|
||||
theme_override_fonts/bold_italics_font = ExtResource("2_823yi")
|
||||
theme_override_fonts/bold_font = ExtResource("2_823yi")
|
||||
theme_override_font_sizes/bold_italics_font_size = 25
|
||||
theme_override_font_sizes/italics_font_size = 25
|
||||
theme_override_font_sizes/mono_font_size = 25
|
||||
theme_override_font_sizes/normal_font_size = 25
|
||||
theme_override_font_sizes/bold_font_size = 25
|
||||
bbcode_enabled = true
|
||||
text = "🌟 欢迎来到萌芽农场的神秘占卜屋!🌟
|
||||
|
||||
🔮 在这里,古老的农场智慧将为您揭示今日的农运:
|
||||
|
||||
🌱 作物生长运势
|
||||
🐄 牲畜健康指数
|
||||
💰 农场收益预测
|
||||
🌤️ 天气变化提醒
|
||||
🎯 种植建议指导
|
||||
|
||||
点击下方按钮,开启您的农场运势之旅!✨"
|
||||
horizontal_alignment = 1
|
||||
threaded = true
|
||||
|
||||
[node name="StartButton" type="Button" parent="VBox"]
|
||||
custom_minimum_size = Vector2(300, 0)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
theme_override_font_sizes/font_size = 35
|
||||
text = "🌱 开启预测 🔮"
|
||||
|
||||
[node name="QuitButton" type="Button" parent="VBox"]
|
||||
custom_minimum_size = Vector2(300, 0)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
theme_override_font_sizes/font_size = 35
|
||||
text = "🚪 返回农场 🏡"
|
||||
Reference in New Issue
Block a user