1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-07 04:07:13 +08:00
Files
Dog-Lynx-And-HCN/components/Feeds/Dorain.tscn
T
fallingshrimp 83c6514777 feat(Feeds): 添加榴莲和榴莲巧克力饲料卡片资源
添加了榴莲和榴莲巧克力两种饲料的图片资源及对应的场景文件
2026-03-29 07:43:55 +08:00

23 lines
751 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://d2gv18pe0f0jo"]
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_pat32"]
[ext_resource type="Texture2D" uid="uid://0omwe2hm33bk" path="res://resources/feeds/durain.png" id="2_lgiqu"]
[node name="Dorain" instance=ExtResource("1_pat32")]
avatarTexture = ExtResource("2_lgiqu")
displayName = "榴莲"
quality = 4
topic = 4
fields = Array[int]([3, 1])
fieldValues = Array[float]([-0.9, 5.0])
costs = Array[int]([0, 1])
costCounts = Array[int]([90, 500])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_lgiqu")
[node name="name" parent="container/info" index="1"]
displayName = "榴莲"
quality = 4
topic = 4