1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-04 02:37:12 +08:00
Files
Dog-Lynx-And-HCN/components/Feeds/Banana.tscn
T
fallingshrimp e7ffd6bce2 refactor(UI): 统一饲料名称显示并添加品质标签
将饲料名称从富文本格式改为统一使用displayName字段
添加品质标签显示并调整UI布局为水平排列
更新相关场景文件和脚本以支持新的显示方式
2025-08-28 09:14:39 +08:00

19 lines
709 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://btisbc7ehj4fo"]
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_vapev"]
[ext_resource type="Texture2D" uid="uid://b7vxserbhskol" path="res://resources/feeds/banana.svg" id="2_2mlfi"]
[node name="Banana" instance=ExtResource("1_vapev")]
avatarTexture = ExtResource("2_2mlfi")
displayName = "香蕉"
fields = Array[int]([0, 3])
fieldValues = Array[float]([10.0, 0.12])
costs = Array[int]([0, 1])
costCounts = Array[int]([100, 55])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_2mlfi")
[node name="name" parent="container/info" index="1"]
displayName = "香蕉"