1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-27 22:41:56 +08:00
Files
Dog-Lynx-And-HCN/components/Feeds/Hotdog.tscn
T
fallingshrimp a38ec5536d feat: 添加芝士热狗和诡异芝士热狗资源及场景
添加了两个新的食物资源(热狗和诡异版本)及相关场景文件,同时修复了EntityBase.gd和FieldStore.gd中的缩进问题,并添加了蓄力图标资源
2026-02-11 17:11:30 +08:00

23 lines
755 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://27jsyk3ysb7l"]
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_eesrp"]
[ext_resource type="Texture2D" uid="uid://5mi6cypw3pi8" path="res://resources/feeds/hotdog.png" id="2_wg2ms"]
[node name="Hotdog" instance=ExtResource("1_eesrp")]
avatarTexture = ExtResource("2_wg2ms")
displayName = "芝士热狗"
quality = 4
topic = 3
fields = Array[int]([28])
fieldValues = Array[float]([0.04])
costs = Array[int]([0, 1])
costCounts = Array[int]([2000, 1])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_wg2ms")
[node name="name" parent="container/info" index="1"]
displayName = "芝士热狗"
quality = 4
topic = 3