mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
2105de1131
添加新的Egg子弹类型,包括脚本、纹理和场景文件。更新Kernyr角色的攻击逻辑以使用Egg子弹。新增篮球和雷电纹理资源及其导入配置。
7 lines
108 B
GDScript
7 lines
108 B
GDScript
extends BulletBase
|
|
class_name EggBullet
|
|
|
|
func ai():
|
|
speed += 0.25
|
|
PresetBulletAI.forward(self , rotation)
|