mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-31 00:11:54 +08:00
d473281e8a
为KukeMC角色减少召唤子体数量但增加紫水晶子弹数量,优化战斗节奏 添加紫水晶子弹的显示名称 移除PurpleCrystal类名定义 在EntityBase中新增died信号
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://c5q7djx12phem"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_3ohuq"]
|
|
[ext_resource type="Texture2D" uid="uid://lorraj4pe2lt" path="res://resources/characters/kukechild/KukeChild.png" id="2_7vbs6"]
|
|
[ext_resource type="Script" path="res://scripts/Contents/Characters/KukeChild.gd" id="2_ywxbd"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_5rcbd"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_7vbs6")
|
|
}],
|
|
"loop": true,
|
|
"name": &"idle",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("2_7vbs6")
|
|
}],
|
|
"loop": true,
|
|
"name": &"walk",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="KukeChild" instance=ExtResource("1_3ohuq")]
|
|
script = ExtResource("2_ywxbd")
|
|
|
|
[node name="collect" parent="sounds" index="4"]
|
|
stream = null
|
|
|
|
[node name="texture" parent="." index="2"]
|
|
sprite_frames = SubResource("SpriteFrames_5rcbd")
|
|
animation = &"walk"
|
|
|
|
[node name="normal" type="Node2D" parent="texture/weapons" index="0"]
|
|
|
|
[node name="statebar" parent="." index="3"]
|
|
position = Vector2(0, -125)
|