2026-05-10 11:49:17 +08:00
|
|
|
[gd_scene format=3 uid="uid://b0ncrvm8u4pox"]
|
2025-08-26 12:21:09 +08:00
|
|
|
|
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_goqmy"]
|
2025-11-05 22:13:13 +08:00
|
|
|
[ext_resource type="Script" uid="uid://b2gg1fh0bflu7" path="res://scripts/Contents/Characters/Chick.gd" id="2_r6bub"]
|
2026-01-24 08:34:03 +08:00
|
|
|
[ext_resource type="AudioStream" uid="uid://b7pxuov1id0ho" path="res://resources/sounds/effect/Pew.mp3" id="3_w0sit"]
|
2025-08-29 14:29:07 +08:00
|
|
|
[ext_resource type="AudioStream" uid="uid://bgo8p1l77xrbe" path="res://resources/sounds/effect/Magic Spell.wav" id="4_2qabh"]
|
2025-08-29 12:42:44 +08:00
|
|
|
[ext_resource type="AudioStream" uid="uid://b10u6iir6uvqn" path="res://resources/sounds/effect/BigLaser.wav" id="4_mrsne"]
|
2025-11-16 16:31:50 +08:00
|
|
|
[ext_resource type="AudioStream" uid="uid://bf34p3xnsosgj" path="res://resources/sounds/effect/Dun Dun Dunnn.wav" id="4_w0sit"]
|
2025-08-29 14:29:07 +08:00
|
|
|
[ext_resource type="AudioStream" uid="uid://cee6rxv2uqynh" path="res://resources/sounds/effect/Flame.ogg" id="5_vcsbb"]
|
|
|
|
|
[ext_resource type="AudioStream" uid="uid://dn6bijr513wyp" path="res://resources/sounds/effect/Drum Boing.wav" id="7_qjhwc"]
|
2026-01-24 08:34:03 +08:00
|
|
|
[ext_resource type="Texture2D" uid="uid://7pkplcqqxvnp" path="res://resources/characters/chick/chick-a.svg" id="8_x766l"]
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dj5dvqb8gsedr" path="res://resources/characters/chick/chick-b.svg" id="9_w0sit"]
|
2025-08-26 12:21:09 +08:00
|
|
|
|
2026-05-10 11:49:17 +08:00
|
|
|
|
2026-01-24 08:34:03 +08:00
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_k8ox8"]
|
2025-08-26 12:21:09 +08:00
|
|
|
animations = [{
|
2025-11-16 14:51:36 +08:00
|
|
|
"frames": [],
|
|
|
|
|
"loop": true,
|
|
|
|
|
"name": &"idle",
|
|
|
|
|
"speed": 5.0
|
|
|
|
|
}, {
|
|
|
|
|
"frames": [],
|
|
|
|
|
"loop": true,
|
|
|
|
|
"name": &"walk",
|
|
|
|
|
"speed": 5.0
|
|
|
|
|
}]
|
|
|
|
|
|
2026-01-24 08:34:03 +08:00
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_17ekt"]
|
2025-11-16 14:51:36 +08:00
|
|
|
animations = [{
|
2025-08-26 12:21:09 +08:00
|
|
|
"frames": [{
|
|
|
|
|
"duration": 1.0,
|
2026-01-24 08:34:03 +08:00
|
|
|
"texture": ExtResource("8_x766l")
|
2025-08-26 12:21:09 +08:00
|
|
|
}],
|
|
|
|
|
"loop": true,
|
|
|
|
|
"name": &"idle",
|
|
|
|
|
"speed": 5.0
|
|
|
|
|
}, {
|
|
|
|
|
"frames": [{
|
|
|
|
|
"duration": 1.0,
|
2026-01-24 08:34:03 +08:00
|
|
|
"texture": ExtResource("8_x766l")
|
|
|
|
|
}, {
|
|
|
|
|
"duration": 1.0,
|
|
|
|
|
"texture": ExtResource("9_w0sit")
|
2025-08-26 12:21:09 +08:00
|
|
|
}],
|
|
|
|
|
"loop": true,
|
|
|
|
|
"name": &"walk",
|
|
|
|
|
"speed": 5.0
|
|
|
|
|
}]
|
|
|
|
|
|
2026-01-24 08:34:03 +08:00
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_x766l"]
|
|
|
|
|
radius = 106.66888
|
2025-11-16 14:51:36 +08:00
|
|
|
|
2025-08-26 12:21:09 +08:00
|
|
|
[node name="Chick" instance=ExtResource("1_goqmy")]
|
2025-08-26 13:56:12 +08:00
|
|
|
script = ExtResource("2_r6bub")
|
2025-08-27 20:49:00 +08:00
|
|
|
isBoss = true
|
2026-01-24 08:34:03 +08:00
|
|
|
displayName = "小鸡"
|
2025-09-27 22:39:18 +08:00
|
|
|
drops = Array[int]([0, 1])
|
2026-01-17 11:46:01 +08:00
|
|
|
dropCounts = Array[Vector2]([Vector2(15, 30), Vector2(20, 40)])
|
2025-08-27 20:49:00 +08:00
|
|
|
appleCount = Vector2i(2, 4)
|
2026-01-24 08:34:03 +08:00
|
|
|
useStatic = true
|
|
|
|
|
hurtAudioRate = 0.2
|
|
|
|
|
|
|
|
|
|
[node name="hurt" parent="sounds" index="3"]
|
|
|
|
|
stream = ExtResource("3_w0sit")
|
2025-08-26 15:52:54 +08:00
|
|
|
|
2025-08-29 11:17:02 +08:00
|
|
|
[node name="attack1" type="AudioStreamPlayer2D" parent="sounds" index="6"]
|
2025-08-29 12:42:44 +08:00
|
|
|
stream = ExtResource("4_mrsne")
|
|
|
|
|
volume_db = -10.0
|
2025-08-26 17:28:20 +08:00
|
|
|
|
2025-08-29 14:29:07 +08:00
|
|
|
[node name="attack2" type="AudioStreamPlayer2D" parent="sounds" index="7"]
|
|
|
|
|
stream = ExtResource("5_vcsbb")
|
|
|
|
|
|
|
|
|
|
[node name="attack3" type="AudioStreamPlayer2D" parent="sounds" index="8"]
|
|
|
|
|
stream = ExtResource("7_qjhwc")
|
|
|
|
|
|
2025-11-16 14:51:36 +08:00
|
|
|
[node name="attack0" parent="sounds" index="9"]
|
|
|
|
|
stream = ExtResource("4_2qabh")
|
|
|
|
|
|
2025-11-16 16:31:50 +08:00
|
|
|
[node name="readyToDie" type="AudioStreamPlayer2D" parent="sounds" index="10"]
|
|
|
|
|
stream = ExtResource("4_w0sit")
|
|
|
|
|
volume_db = 10.0
|
|
|
|
|
|
2025-11-16 14:51:36 +08:00
|
|
|
[node name="texture" parent="." index="3"]
|
2025-08-26 13:56:12 +08:00
|
|
|
position = Vector2(0, -37)
|
2026-01-24 08:34:03 +08:00
|
|
|
sprite_frames = SubResource("SpriteFrames_k8ox8")
|
2025-08-26 12:21:09 +08:00
|
|
|
|
2025-11-16 14:51:36 +08:00
|
|
|
[node name="staticAnimation" parent="texture" index="1"]
|
2026-01-24 08:34:03 +08:00
|
|
|
position = Vector2(0, -74)
|
|
|
|
|
scale = Vector2(3, 3)
|
|
|
|
|
sprite_frames = SubResource("SpriteFrames_17ekt")
|
2025-11-16 14:51:36 +08:00
|
|
|
animation = &"idle"
|
2026-01-24 08:34:03 +08:00
|
|
|
frame_progress = 0.3176048
|
2025-11-16 14:51:36 +08:00
|
|
|
|
|
|
|
|
[node name="hitbox" parent="texture/hurtbox" index="0"]
|
2026-01-24 08:34:03 +08:00
|
|
|
position = Vector2(-0.5, -67)
|
|
|
|
|
shape = SubResource("CircleShape2D_x766l")
|
2025-11-16 14:51:36 +08:00
|
|
|
|
2025-08-26 14:47:12 +08:00
|
|
|
[node name="normal" type="Node2D" parent="texture/weapons" index="0"]
|
2026-01-24 08:34:03 +08:00
|
|
|
position = Vector2(93, -113)
|
2025-08-26 14:47:12 +08:00
|
|
|
|
2025-11-16 16:01:03 +08:00
|
|
|
[node name="foot" type="Node2D" parent="texture/weapons" index="1"]
|
2026-01-24 08:34:03 +08:00
|
|
|
position = Vector2(-8, 30)
|
2025-11-16 16:01:03 +08:00
|
|
|
|
2025-11-16 14:51:36 +08:00
|
|
|
[node name="trailParticle" parent="texture" index="7"]
|
2026-01-24 08:34:03 +08:00
|
|
|
position = Vector2(-84, -72)
|
2025-11-16 14:51:36 +08:00
|
|
|
|
|
|
|
|
[node name="statebar" parent="." index="4" node_paths=PackedStringArray("entity")]
|
2026-01-24 08:34:03 +08:00
|
|
|
position = Vector2(0, -236)
|
2025-08-26 12:21:09 +08:00
|
|
|
entity = NodePath("..")
|