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/Characters/KukeChild.tscn
T
fallingshrimp 7d79c3eff6 feat(资源): 添加新角色和音效资源并调整角色属性
添加母鸡、酷可小弟和狗的新资源文件
调整猫、狗和母鸡的受伤音效频率
修改酷可小弟的最大生命值为20
更新角色碰撞体和贴图设置
2025-11-22 22:43:26 +08:00

44 lines
1.3 KiB
Plaintext

[gd_scene load_steps=6 format=3 uid="uid://c5q7djx12phem"]
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_3ohuq"]
[ext_resource type="Script" uid="uid://cnkiruxkx0qgu" path="res://scripts/Contents/Characters/KukeChild.gd" id="2_ywxbd"]
[ext_resource type="Texture2D" uid="uid://ds3k7aigfrghw" path="res://resources/characters/kukechild/huan.png" id="3_eg8un"]
[sub_resource type="SpriteFrames" id="SpriteFrames_lfsw4"]
animations = [{
"frames": [],
"loop": true,
"name": &"idle",
"speed": 5.0
}, {
"frames": [],
"loop": true,
"name": &"walk",
"speed": 5.0
}]
[sub_resource type="CircleShape2D" id="CircleShape2D_r35n4"]
radius = 84.05355
[node name="KukeChild" instance=ExtResource("1_3ohuq")]
script = ExtResource("2_ywxbd")
displayName = "酷可小弟"
[node name="collect" parent="sounds" index="4"]
stream = null
[node name="texture" parent="." index="3"]
sprite_frames = SubResource("SpriteFrames_lfsw4")
[node name="staticBackground" parent="texture" index="0"]
scale = Vector2(0.2531443, 0.2531443)
texture = ExtResource("3_eg8un")
[node name="hitbox" parent="texture/hurtbox" index="0"]
shape = SubResource("CircleShape2D_r35n4")
[node name="normal" type="Node2D" parent="texture/weapons" index="0"]
[node name="statebar" parent="." index="4"]
position = Vector2(0, -106)