mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-12 14:47:13 +08:00
feat(子弹系统): 新增道里和母体子弹资源及音效
添加新的子弹资源包括道里(daoli)和母体(mother)的图片,以及相关音效文件(sddl.wav和xiangkan.wav) 为Deepsea角色调整攻击冷却时间并添加攻击音效 优化Wood子弹的行为逻辑,增加子弹发射效果 新增BlockWall子弹类型及其资源文件
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
[gd_scene format=3 uid="uid://b6ysa5wejv2hd"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_tgmam"]
|
||||
[ext_resource type="Texture2D" uid="uid://dp6memu16bc7b" path="res://resources/bullets/wood/daoli.png" id="2_cl8cv"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_odnqa"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_cl8cv")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"default",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_21d8r"]
|
||||
radius = 18.0
|
||||
|
||||
[node name="Daoli" unique_id=5571707 instance=ExtResource("1_tgmam")]
|
||||
|
||||
[node name="texture" parent="." index="0" unique_id=162977358]
|
||||
scale = Vector2(0.07520806, 0.07520806)
|
||||
sprite_frames = SubResource("SpriteFrames_odnqa")
|
||||
|
||||
[node name="hitbox" parent="." index="1" unique_id=175349408]
|
||||
position = Vector2(4, 4)
|
||||
shape = SubResource("CircleShape2D_21d8r")
|
||||
Reference in New Issue
Block a user