From 41d16ffd587cd0b2eac5469d1415f4c74660264a 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: Sun, 25 Jan 2026 20:09:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=BB=84=E4=BB=B6):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=B0=A7=E5=8C=96=E5=8A=A0=E5=86=9C=E7=82=AE=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=9C=BA=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加新的氧化加农炮组件场景文件,包含资源配置和基础属性设置 --- components/Feeds/A-Oxygener.tscn | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 components/Feeds/A-Oxygener.tscn diff --git a/components/Feeds/A-Oxygener.tscn b/components/Feeds/A-Oxygener.tscn new file mode 100644 index 0000000..9888982 --- /dev/null +++ b/components/Feeds/A-Oxygener.tscn @@ -0,0 +1,23 @@ +[gd_scene load_steps=5 format=3 uid="uid://uanf7op0gi87"] + +[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_160qq"] +[ext_resource type="Texture2D" uid="uid://ckr8tw7fsa7qx" path="res://resources/weapons/AcidWind.png" id="2_ip83f"] +[ext_resource type="Texture2D" uid="uid://gpwxs56alc7m" path="res://resources/weapons/oxygener.png" id="2_o63q1"] +[ext_resource type="PackedScene" uid="uid://b5ebx8duvgtt5" path="res://components/Weapons/Oxygener.tscn" id="3_vt41c"] + +[node name="Oxygener" instance=ExtResource("1_160qq")] +avatarTexture = ExtResource("2_o63q1") +displayName = "氧化加农炮" +quality = 2 +topic = 8 +weapons = Array[PackedScene]([ExtResource("3_vt41c")]) +costs = Array[int]([0]) +costCounts = Array[int]([3000]) + +[node name="avatar" parent="container/info" index="0"] +texture = ExtResource("2_ip83f") + +[node name="name" parent="container/info" index="1"] +displayName = "酸蚀风暴" +quality = 2 +topic = 8