mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-03 16:52:13 +08:00
feat(Feeds): 添加新饲料资源并调整现有饲料属性
添加番茄、核桃、酸奶等新饲料资源图片及配置 调整鸡蛋、胡萝卜等饲料的数值属性 更新FeedFilter组件的目标字段和刷新行为
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://csscps7cn5aug"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_3nv8e"]
|
||||
[ext_resource type="Texture2D" uid="uid://cd5ngm5c44yb6" path="res://resources/feeds/full-bread.png" id="2_6lkfe"]
|
||||
[ext_resource type="Texture2D" uid="uid://b7vxserbhskol" path="res://resources/feeds/banana.svg" id="2_8r38l"]
|
||||
|
||||
[node name="FullBread" instance=ExtResource("1_3nv8e")]
|
||||
avatarTexture = ExtResource("2_6lkfe")
|
||||
displayName = "全麦三明治"
|
||||
quality = 0
|
||||
topic = 3
|
||||
fields = Array[int]([2])
|
||||
fieldValues = Array[float]([0.04])
|
||||
costs = Array[int]([0, 1])
|
||||
costCounts = Array[int]([125, 50])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_8r38l")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
displayName = "香蕉"
|
||||
topic = 3
|
||||
Reference in New Issue
Block a user