mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
c0ea5c9c68
添加番茄、核桃、酸奶等新饲料资源图片及配置 调整鸡蛋、胡萝卜等饲料的数值属性 更新FeedFilter组件的目标字段和刷新行为
23 lines
748 B
Plaintext
23 lines
748 B
Plaintext
[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"]
|
|
|
|
[node name="Egg" instance=ExtResource("1_pda12")]
|
|
avatarTexture = ExtResource("2_4crt5")
|
|
displayName = "鸡蛋"
|
|
quality = 3
|
|
topic = 3
|
|
fields = Array[int]([3, 7])
|
|
fieldValues = Array[float]([0.2, 5.0])
|
|
costs = Array[int]([0, 1])
|
|
costCounts = Array[int]([500, 300])
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_4crt5")
|
|
|
|
[node name="name" parent="container/info" index="1"]
|
|
displayName = "鸡蛋"
|
|
quality = 3
|
|
topic = 3
|