1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-05-30 07:51:54 +08:00
Files
Dog-Lynx-And-HCN/components/Bullets/BlockWall.tscn
T
fallingshrimp 1a78d5b82b feat(子弹系统): 新增道里和母体子弹资源及音效
添加新的子弹资源包括道里(daoli)和母体(mother)的图片,以及相关音效文件(sddl.wav和xiangkan.wav)
为Deepsea角色调整攻击冷却时间并添加攻击音效
优化Wood子弹的行为逻辑,增加子弹发射效果
新增BlockWall子弹类型及其资源文件
2026-04-05 19:42:05 +08:00

21 lines
680 B
Plaintext

[gd_scene format=3 uid="uid://cch4xtc70ad5c"]
[ext_resource type="PackedScene" uid="uid://crtdkysmnkith" path="res://components/Abstracts/BulletBase.tscn" id="1_3kq6o"]
[ext_resource type="Texture2D" uid="uid://cqcakyrw4vbfn" path="res://resources/bullets/blockwall/blockwall.svg" id="2_k65pw"]
[sub_resource type="SpriteFrames" id="SpriteFrames_3x2nv"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_k65pw")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
[node name="BulletBase" unique_id=5571707 instance=ExtResource("1_3kq6o")]
[node name="texture" parent="." index="0" unique_id=162977358]
sprite_frames = SubResource("SpriteFrames_3x2nv")