1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-07 20:27:13 +08:00

refactor(特效系统): 重构爆炸效果并删除旧炸弹资源

将炸弹效果重构为更复杂的爆炸效果,包含粒子系统和着色器动画
删除旧的Bomb.tscn资源文件
添加新的Explosion.gdshader着色器实现爆炸效果
创建Explosion.tscn场景包含粒子效果和动画控制
This commit is contained in:
2025-08-29 12:17:40 +08:00
parent 7a56644b45
commit 2a8ea238ad
4 changed files with 129 additions and 16 deletions
+1
View File
@@ -72,6 +72,7 @@ func dotLoop():
if await applyDot():
await dotLoop()
# 抽象方法
func ai():
pass
func destroy():