1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-28 14:32:30 +08:00

feat(饲料): 添加胡萝卜饲料资源及配置

添加胡萝卜饲料的图片资源、场景文件及导入配置
修改FeedName.gd中的部分主题名称翻译
This commit is contained in:
2025-12-07 14:24:28 +08:00
parent 008d6a7039
commit 2cc9ab5730
4 changed files with 64 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
[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]([500, 1000])
[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