1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-04 02:37:12 +08:00

feat(子弹): 添加链枪子弹资源与逻辑

添加链枪子弹的图片资源、脚本和场景文件
为RainbowCat子弹添加穿透属性和生命周期
在子弹AI预设中添加面向鼠标的功能
This commit is contained in:
2025-09-21 12:46:32 +08:00
parent f58a8ea014
commit 9f82b7f9fa
7 changed files with 65 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
extends BulletBase
func ai():
PresetBulletAI.faceToMouse(self)
func applyDot():
pass