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/Deepsea.tscn
T
fallingshrimp 1b737ac8aa feat(角色): 为赛博猫猫和深海添加掉落物品配置
feat(武器): 新增引力源武器及其资源文件
- 添加引力源武器的场景配置和SVG资源
- 包含引力源武器的物理效果和描述文本

fix(子弹): 调整紫色小水晶的穿透属性
- 将穿透值设为0.25
- 更新链式机枪的描述以反映穿透属性变化

refactor(角色): 移除公鸡角色的武器存储
- 删除公鸡角色中不再需要的武器实例

chore(关卡): 更新调试关卡配置
- 将waveDebugConfig改为使用WAVE_MOWING
2026-04-11 09:48:08 +08:00

47 lines
1.6 KiB
Plaintext

[gd_scene format=3 uid="uid://nl5h1vcfnn60"]
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_g8my0"]
[ext_resource type="Script" uid="uid://be0o0iwf26hvx" path="res://scripts/Contents/Characters/Deepsea.gd" id="2_1qdp4"]
[ext_resource type="Texture2D" uid="uid://c6kpcsu1yohak" path="res://resources/characters/deepsea/0.png" id="2_5y3f7"]
[ext_resource type="AudioStream" uid="uid://b5tswrcvrd3js" path="res://resources/sounds/effect/sddl.wav" id="3_hk3hc"]
[sub_resource type="SpriteFrames" id="SpriteFrames_5y3f7"]
animations = [{
"frames": [],
"loop": true,
"name": &"idle",
"speed": 5.0
}, {
"frames": [],
"loop": true,
"name": &"walk",
"speed": 5.0
}]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_1qdp4"]
size = Vector2(165, 349)
[node name="Deepsea" unique_id=1544856335 instance=ExtResource("1_g8my0")]
script = ExtResource("2_1qdp4")
displayName = "深海"
drops = Array[int]([0, 1])
dropCounts = Array[Vector2]([Vector2(40, 80), Vector2(30, 60)])
[node name="attack1" type="AudioStreamPlayer2D" parent="sounds" index="7" unique_id=1216852444]
stream = ExtResource("3_hk3hc")
volume_db = 5.0
[node name="texture" parent="." index="3"]
sprite_frames = SubResource("SpriteFrames_5y3f7")
[node name="staticBackground" parent="texture" index="0"]
position = Vector2(0, -131)
texture = ExtResource("2_5y3f7")
[node name="hitbox" parent="texture/hurtbox" index="0"]
position = Vector2(-20.5, -123.5)
shape = SubResource("RectangleShape2D_1qdp4")
[node name="statebar" parent="." index="4"]
position = Vector2(0, -386)