1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-28 06:51:54 +08:00
Files
Dog-Lynx-And-HCN/components/Feeds/RainbowCandy.tscn
T
fallingshrimp c80d3af6f9 feat(角色): 添加新角色资源及调整现有角色属性
新增狗、猫、鸡、MTY等角色的图片和动画资源,并调整部分角色的属性和动画逻辑。包括:
- 添加狗角色的行走动画和图片资源
- 更新猫角色的行走动画和碰撞体
- 调整鸡角色的属性和动画帧
- 修改MTY角色的攻击冷却时间
- 更新彩虹糖的数值属性
- 优化链式机枪的攻击力属性
- 添加企鹅角色的多帧动画资源
- 更新熊角色的行走动画和面具资源

同时修复了部分角色的碰撞体大小和位置问题。
2026-01-18 14:49:06 +08:00

23 lines
801 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://bbhi7yatfmf8h"]
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_2x0kp"]
[ext_resource type="Texture2D" uid="uid://ckw0agpwxpdxv" path="res://resources/feeds/rainbow.svg" id="2_xhiuj"]
[node name="RainbowCandy" instance=ExtResource("1_2x0kp")]
avatarTexture = ExtResource("2_xhiuj")
displayName = "彩虹糖"
quality = 3
topic = 4
fields = Array[int]([1, 5, 6, 13, 7, 3])
fieldValues = Array[float]([0.3, 0.35, 0.1, 2.0, 30.0, -0.9])
costs = Array[int]([0, 3])
costCounts = Array[int]([700, 100])
[node name="avatar" parent="container/info" index="0"]
texture = ExtResource("2_xhiuj")
[node name="name" parent="container/info" index="1"]
displayName = "彩虹糖"
quality = 3
topic = 4