From 44e4105ccc76a32c07dc5f20b784af2120f40c69 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: Sat, 15 Nov 2025 20:39:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(Feeds):=20=E6=B7=BB=E5=8A=A0=E7=81=AB?= =?UTF-8?q?=E5=B1=B1=E7=BB=84=E4=BB=B6=E5=9C=BA=E6=99=AF=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加火山武器的组件场景文件,包含显示名称、品质、主题等配置信息 --- components/Feeds/A-Volcano.tscn | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 components/Feeds/A-Volcano.tscn diff --git a/components/Feeds/A-Volcano.tscn b/components/Feeds/A-Volcano.tscn new file mode 100644 index 0000000..2c25006 --- /dev/null +++ b/components/Feeds/A-Volcano.tscn @@ -0,0 +1,24 @@ +[gd_scene load_steps=4 format=3 uid="uid://3n8dbce6nfq8"] + +[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_n7hnn"] +[ext_resource type="Texture2D" uid="uid://ctmxadaowx5ps" path="res://resources/weapons/Volcano.webp" id="2_n7hnn"] +[ext_resource type="PackedScene" uid="uid://u0djqwuuysp8" path="res://components/Weapons/Volcano.tscn" id="3_7weiv"] + +[node name="Volcano" instance=ExtResource("1_n7hnn")] +avatarTexture = ExtResource("2_n7hnn") +displayName = "火山" +quality = 2 +topic = 8 +fields = Array[int]([8]) +fieldValues = Array[float]([0.1]) +weapons = Array[PackedScene]([ExtResource("3_7weiv")]) +costs = Array[int]([1, 1]) +costCounts = Array[int]([500, 1500]) + +[node name="avatar" parent="container/info" index="0"] +texture = ExtResource("2_n7hnn") + +[node name="name" parent="container/info" index="1"] +displayName = "火山" +quality = 2 +topic = 8