mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 23:11:54 +08:00
ca82cbed12
添加光标刃轮武器系统,包括: - 武器脚本和场景配置 - 子弹动画和特效 - 相关音效和贴图资源 - 武器升级逻辑 - 角色初始武器配置调整
6 lines
101 B
GDScript
6 lines
101 B
GDScript
extends BulletBase
|
|
class_name CursorKnifeBullet
|
|
|
|
func ai():
|
|
PresetBulletAI.forward(self , rotation)
|