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:
@@ -72,6 +72,7 @@ func dotLoop():
|
||||
if await applyDot():
|
||||
await dotLoop()
|
||||
|
||||
# 抽象方法
|
||||
func ai():
|
||||
pass
|
||||
func destroy():
|
||||
|
||||
Reference in New Issue
Block a user