mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
1a78d5b82b
添加新的子弹资源包括道里(daoli)和母体(mother)的图片,以及相关音效文件(sddl.wav和xiangkan.wav) 为Deepsea角色调整攻击冷却时间并添加攻击音效 优化Wood子弹的行为逻辑,增加子弹发射效果 新增BlockWall子弹类型及其资源文件
169 lines
5.4 KiB
Plaintext
169 lines
5.4 KiB
Plaintext
[gd_scene format=3 uid="uid://jmpm68e3um3k"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_yfmqu"]
|
|
[ext_resource type="Script" uid="uid://bkopn3gee3qp1" path="res://scripts/Contents/Bullets/Wood.gd" id="2_f5eiv"]
|
|
[ext_resource type="Texture2D" uid="uid://bols4gt28y3a" path="res://resources/bullets/wood/wood.png" id="3_dol0b"]
|
|
[ext_resource type="AudioStream" uid="uid://lwsltsv0tk0t" path="res://resources/sounds/effect/xiangkan.wav" id="4_7fjhq"]
|
|
[ext_resource type="Texture2D" uid="uid://chn486hoa86bs" path="res://resources/bullets/wood/mother.png" id="4_dth5r"]
|
|
[ext_resource type="Texture2D" uid="uid://dp6memu16bc7b" path="res://resources/bullets/wood/daoli.png" id="5_8j03k"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_dth5r"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_dol0b")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[sub_resource type="Animation" id="Animation_7i45i"]
|
|
resource_name = "destroy"
|
|
length = 0.5
|
|
step = 0.1
|
|
|
|
[sub_resource type="Animation" id="Animation_vvrml"]
|
|
resource_name = "loop"
|
|
loop_mode = 1
|
|
step = 0.1
|
|
tracks/0/type = "value"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath(".:rotation")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"times": PackedFloat32Array(0, 1),
|
|
"transitions": PackedFloat32Array(1, 1),
|
|
"update": 0,
|
|
"values": [0.0, 6.28319]
|
|
}
|
|
|
|
[sub_resource type="Animation" id="Animation_7cf0r"]
|
|
resource_name = "spawn"
|
|
|
|
[sub_resource type="Animation" id="Animation_0q72p"]
|
|
resource_name = "xiangkan"
|
|
length = 2.0
|
|
step = 0.1
|
|
tracks/0/type = "audio"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("audio")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"clips": [{
|
|
"end_offset": 0.0,
|
|
"start_offset": 0.0,
|
|
"stream": ExtResource("4_7fjhq")
|
|
}],
|
|
"times": PackedFloat32Array(0)
|
|
}
|
|
tracks/0/use_blend = true
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_vaf4v"]
|
|
_data = {
|
|
&"destroy": SubResource("Animation_7i45i"),
|
|
&"loop": SubResource("Animation_vvrml"),
|
|
&"spawn": SubResource("Animation_7cf0r"),
|
|
&"xiangkan": SubResource("Animation_0q72p")
|
|
}
|
|
|
|
[sub_resource type="Curve" id="Curve_dol0b"]
|
|
_data = [Vector2(0, 0), 0.0, 0.0, 0, 0, Vector2(0.1, 1), 0.0, 0.0, 0, 0, Vector2(0.5, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
|
point_count = 4
|
|
|
|
[sub_resource type="CurveTexture" id="CurveTexture_dth5r"]
|
|
curve = SubResource("Curve_dol0b")
|
|
|
|
[sub_resource type="Curve" id="Curve_8j03k"]
|
|
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0]
|
|
point_count = 2
|
|
|
|
[sub_resource type="CurveTexture" id="CurveTexture_7fjhq"]
|
|
curve = SubResource("Curve_8j03k")
|
|
|
|
[sub_resource type="Gradient" id="Gradient_7i45i"]
|
|
colors = PackedColorArray(1, 0, 0, 1, 1, 0.8451766, 0, 1)
|
|
|
|
[sub_resource type="GradientTexture1D" id="GradientTexture1D_vvrml"]
|
|
gradient = SubResource("Gradient_7i45i")
|
|
|
|
[sub_resource type="Curve" id="Curve_7cf0r"]
|
|
_data = [Vector2(0.5, 1), 0.0, 0.0, 0, 0, Vector2(1, 0.1), 0.0, 0.0, 0, 0]
|
|
point_count = 2
|
|
|
|
[sub_resource type="CurveTexture" id="CurveTexture_0q72p"]
|
|
curve = SubResource("Curve_7cf0r")
|
|
|
|
[sub_resource type="ParticleProcessMaterial" id="ParticleProcessMaterial_vaf4v"]
|
|
particle_flag_disable_z = true
|
|
emission_shape = 1
|
|
emission_sphere_radius = 50.0
|
|
angle_min = 1.0728835e-05
|
|
angle_max = 360.00003
|
|
angle_curve = SubResource("CurveTexture_7fjhq")
|
|
direction = Vector3(-1, 0, 0)
|
|
spread = 0.0
|
|
initial_velocity_min = 200.0
|
|
initial_velocity_max = 500.0
|
|
gravity = Vector3(0, 0, 0)
|
|
radial_accel_min = -100.0
|
|
radial_accel_max = -100.0
|
|
scale_min = 10.0
|
|
scale_max = 20.0
|
|
scale_curve = SubResource("CurveTexture_0q72p")
|
|
color_initial_ramp = SubResource("GradientTexture1D_vvrml")
|
|
alpha_curve = SubResource("CurveTexture_dth5r")
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_8j03k"]
|
|
size = Vector2(244, 32)
|
|
|
|
[node name="Wood" unique_id=5571707 instance=ExtResource("1_yfmqu")]
|
|
script = ExtResource("2_f5eiv")
|
|
displayName = "浮木"
|
|
penerate = 1.0
|
|
lifeTime = 5000.0
|
|
metadata/_edit_vertical_guides_ = [200.0, -260.0]
|
|
|
|
[node name="texture" parent="." index="0" unique_id=162977358]
|
|
scale = Vector2(0.4, 0.4)
|
|
sprite_frames = SubResource("SpriteFrames_dth5r")
|
|
|
|
[node name="animator" parent="texture" index="0" unique_id=1114087117]
|
|
libraries/ = SubResource("AnimationLibrary_vaf4v")
|
|
|
|
[node name="audio" parent="texture" index="1" unique_id=1167114186]
|
|
max_distance = 10000.0
|
|
|
|
[node name="trail" type="GPUParticles2D" parent="texture" index="2" unique_id=1380786582]
|
|
z_index = 1
|
|
position = Vector2(-322.50006, -10.000002)
|
|
amount = 150
|
|
local_coords = true
|
|
process_material = SubResource("ParticleProcessMaterial_vaf4v")
|
|
|
|
[node name="mother" type="Node2D" parent="texture" index="3" unique_id=673246472]
|
|
unique_name_in_owner = true
|
|
scale = Vector2(0.99999994, 0.99999994)
|
|
|
|
[node name="motherStatic" type="Sprite2D" parent="texture/mother" index="0" unique_id=1786534151]
|
|
position = Vector2(0, -170.00002)
|
|
scale = Vector2(0.24794728, 0.24794728)
|
|
texture = ExtResource("4_dth5r")
|
|
|
|
[node name="daoli" type="Node2D" parent="texture" index="4" unique_id=1077452115]
|
|
unique_name_in_owner = true
|
|
position = Vector2(222.5, 0)
|
|
scale = Vector2(0.99999994, 0.99999994)
|
|
|
|
[node name="daoliStatic" type="Sprite2D" parent="texture/daoli" index="0" unique_id=1212418046]
|
|
position = Vector2(0, -92.5)
|
|
scale = Vector2(0.18411627, 0.18411627)
|
|
texture = ExtResource("5_8j03k")
|
|
|
|
[node name="hitbox" parent="." index="1" unique_id=175349408]
|
|
shape = SubResource("RectangleShape2D_8j03k")
|