1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-29 06:52:29 +08:00
Files
Dog-Lynx-And-HCN/components/Feeds/Carrot.tscn
T
fallingshrimp 2cc9ab5730 feat(饲料): 添加胡萝卜饲料资源及配置
添加胡萝卜饲料的图片资源、场景文件及导入配置
修改FeedName.gd中的部分主题名称翻译
2025-12-07 14:24:28 +08:00

23 lines
752 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]([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