mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-30 07:51:54 +08:00
9f82b7f9fa
添加链枪子弹的图片资源、脚本和场景文件 为RainbowCat子弹添加穿透属性和生命周期 在子弹AI预设中添加面向鼠标的功能
8 lines
124 B
GDScript
8 lines
124 B
GDScript
extends BulletBase
|
|
class_name RainbowCat
|
|
|
|
func register():
|
|
penerate = 1
|
|
func ai():
|
|
PresetBulletAI.forward(self, rotation)
|