mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-06 10:12:12 +08:00
feat(资源): 添加烤基围虾饲料资源及场景配置
添加烤基围虾饲料的图片资源及对应的Godot场景配置,包括显示名称、品质、主题等属性
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[gd_scene format=3 uid="uid://b3xwkw3sd3e2h"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_1gohp"]
|
||||
[ext_resource type="Texture2D" uid="uid://v33tg3kjo1pr" path="res://resources/feeds/shrimp.png" id="2_mnmea"]
|
||||
|
||||
[node name="Shrimp" unique_id=629900561 instance=ExtResource("1_1gohp")]
|
||||
avatarTexture = ExtResource("2_mnmea")
|
||||
displayName = "烤基围虾"
|
||||
quality = 0
|
||||
topic = 3
|
||||
fields = Array[int]([3, 0])
|
||||
fieldValues = Array[float]([-0.12, 20.0])
|
||||
costs = Array[int]([0, 1])
|
||||
costCounts = Array[int]([300, 1])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_mnmea")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
displayName = "烤基围虾"
|
||||
quality = 0
|
||||
topic = 3
|
||||
Reference in New Issue
Block a user