mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
c0ea5c9c68
添加番茄、核桃、酸奶等新饲料资源图片及配置 调整鸡蛋、胡萝卜等饲料的数值属性 更新FeedFilter组件的目标字段和刷新行为
23 lines
751 B
Plaintext
23 lines
751 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dnf21065jlduj"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_eled5"]
|
|
[ext_resource type="Texture2D" uid="uid://dsamh2u7a2bmw" path="res://resources/feeds/carrot.png" id="2_u65vk"]
|
|
|
|
[node name="Carrot" instance=ExtResource("1_eled5")]
|
|
avatarTexture = ExtResource("2_u65vk")
|
|
displayName = "胡萝卜"
|
|
quality = 2
|
|
topic = 5
|
|
fields = Array[int]([7])
|
|
fieldValues = Array[float]([-5.0])
|
|
costs = Array[int]([0, 1])
|
|
costCounts = Array[int]([300, 650])
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_u65vk")
|
|
|
|
[node name="name" parent="container/info" index="1"]
|
|
displayName = "胡萝卜"
|
|
quality = 2
|
|
topic = 5
|