From bd7b951e5dbe0178dfdaccee545fdf8fe584232e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=A8=E8=90=BD=E5=9F=BA=E5=9B=B4=E8=99=BE?= <3161880837@qq.com> Date: Tue, 30 Sep 2025 18:28:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(Feeds):=20=E6=9B=B4=E6=96=B0=E9=B8=A1?= =?UTF-8?q?=E8=9B=8B=E8=B5=84=E6=BA=90=E5=B1=9E=E6=80=A7=E5=92=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整鸡蛋资源的品质、数值属性和显示名称,移除多余的纹理引用并更新相关配置 --- components/Feeds/Egg.tscn | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/components/Feeds/Egg.tscn b/components/Feeds/Egg.tscn index 9c33dbb..c11e314 100644 --- a/components/Feeds/Egg.tscn +++ b/components/Feeds/Egg.tscn @@ -1,22 +1,22 @@ -[gd_scene load_steps=4 format=3 uid="uid://bkm51am35af20"] +[gd_scene load_steps=3 format=3 uid="uid://bkm51am35af20"] [ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_pda12"] [ext_resource type="Texture2D" uid="uid://dhu2npe2hdg6m" path="res://resources/feeds/egg-a.svg" id="2_4crt5"] -[ext_resource type="Texture2D" uid="uid://b7vxserbhskol" path="res://resources/feeds/banana.svg" id="2_4g6dr"] [node name="Egg" instance=ExtResource("1_pda12")] avatarTexture = ExtResource("2_4crt5") displayName = "鸡蛋" -quality = 2 +quality = 3 topic = 3 fields = Array[int]([3, 7]) -fieldValues = Array[float]([0.25, 10.0]) +fieldValues = Array[float]([0.4, 12.0]) costs = Array[int]([0, 1]) -costCounts = Array[int]([200, 100]) +costCounts = Array[int]([400, 250]) [node name="avatar" parent="container/info" index="0"] -texture = ExtResource("2_4g6dr") +texture = ExtResource("2_4crt5") [node name="name" parent="container/info" index="1"] -displayName = "香蕉" +displayName = "鸡蛋" +quality = 2 topic = 3