mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
94589131fa
添加新的七彩矢武器系统,包括武器脚本、子弹特效、着色器和动画资源 为Rooster角色添加新武器选项 实现光效追踪和颜色渐变效果 调整窗口模式为2(全屏)
9 lines
139 B
GDScript
9 lines
139 B
GDScript
extends EntityBase
|
|
class_name Bear # 攻击方式模仿泰拉瑞亚光之女皇
|
|
|
|
func ai():
|
|
pass
|
|
func attack(type):
|
|
if type == 0:
|
|
pass
|