2026-04-05 12:45:32 +08:00
|
|
|
[gd_scene format=3 uid="uid://nl5h1vcfnn60"]
|
|
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_g8my0"]
|
2026-04-05 14:23:47 +08:00
|
|
|
[ext_resource type="Script" uid="uid://be0o0iwf26hvx" path="res://scripts/Contents/Characters/Deepsea.gd" id="2_1qdp4"]
|
2026-04-05 12:45:32 +08:00
|
|
|
[ext_resource type="Texture2D" uid="uid://c6kpcsu1yohak" path="res://resources/characters/deepsea/0.png" id="2_5y3f7"]
|
2026-04-05 19:42:05 +08:00
|
|
|
[ext_resource type="AudioStream" uid="uid://b5tswrcvrd3js" path="res://resources/sounds/effect/sddl.wav" id="3_hk3hc"]
|
2026-04-05 12:45:32 +08:00
|
|
|
|
|
|
|
|
[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")]
|
2026-04-05 14:23:47 +08:00
|
|
|
script = ExtResource("2_1qdp4")
|
|
|
|
|
displayName = "深海"
|
2026-04-11 09:48:08 +08:00
|
|
|
drops = Array[int]([0, 1])
|
|
|
|
|
dropCounts = Array[Vector2]([Vector2(40, 80), Vector2(30, 60)])
|
2026-04-05 12:45:32 +08:00
|
|
|
|
2026-04-05 19:42:05 +08:00
|
|
|
[node name="attack1" type="AudioStreamPlayer2D" parent="sounds" index="7" unique_id=1216852444]
|
|
|
|
|
stream = ExtResource("3_hk3hc")
|
|
|
|
|
volume_db = 5.0
|
|
|
|
|
|
2026-04-05 12:45:32 +08:00
|
|
|
[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)
|