1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-11 14:17:13 +08:00
Files
Dog-Lynx-And-HCN/components/Feeds/Taco.tscn
T
fallingshrimp 101649d7e0 feat(Feeds): 更新多个Feed组件的属性和配置
- 修改FeedHasField的目标字段和组合模式
- 调整Taco和Orange的质量、主题和字段值
- 为Taco和Orange添加缺失的主题属性
2025-09-06 09:55:37 +08:00

23 lines
742 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://c52nrkruwwhyd"]
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_iixnt"]
[ext_resource type="Texture2D" uid="uid://pvcwt58hsg5i" path="res://resources/feeds/Taco.svg" id="2_eed3c"]
[node name="Taco" instance=ExtResource("1_iixnt")]
avatarTexture = ExtResource("2_eed3c")
displayName = "塔克"
quality = 2
topic = 2
fields = Array[int]([13, 3])
fieldValues = Array[float]([0.18, 0.02])
costs = Array[int]([1])
costCounts = Array[int]([400])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_eed3c")
[node name="name" parent="container/info" index="1"]
displayName = "塔克"
quality = 4
topic = 2