1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-07-09 11:32:54 +08:00

feat(战斗系统): 添加新武器"树"及其配套子弹和特效

实现新的近战武器"树",包含以下内容:
- 添加武器Tree.gd脚本及场景资源
- 新增Parrier子弹类型,支持子弹碰撞检测和反弹效果
- 添加武器攻击音效和子弹命中特效
- 修改BulletBase.gd以支持子弹间碰撞逻辑
- 更新角色预设装备新武器
This commit is contained in:
2026-03-16 23:35:22 +08:00
parent ff9273ca29
commit 5cb1e27a08
33 changed files with 680 additions and 8 deletions
Binary file not shown.
+19
View File
@@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://b3jn85pkl143b"
path="res://.godot/imported/Flash1.ogg-e46ded84fe03488a5cc1f158a52d4bdf.oggvorbisstr"
[deps]
source_file="res://resources/sounds/effect/Flash1.ogg"
dest_files=["res://.godot/imported/Flash1.ogg-e46ded84fe03488a5cc1f158a52d4bdf.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
+19
View File
@@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://g2j01jf3kap8"
path="res://.godot/imported/Flash2.ogg-706568fe0fdd4d16ca7418b806a2c254.oggvorbisstr"
[deps]
source_file="res://resources/sounds/effect/Flash2.ogg"
dest_files=["res://.godot/imported/Flash2.ogg-706568fe0fdd4d16ca7418b806a2c254.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
@@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://caxopva6lrlm3"
path="res://.godot/imported/swordhit.ogg-452eb737e873d4959f53db98c7884f44.oggvorbisstr"
[deps]
source_file="res://resources/sounds/effect/swordhit.ogg"
dest_files=["res://.godot/imported/swordhit.ogg-452eb737e873d4959f53db98c7884f44.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4