1
1
mirror of https://github.com/Rundll86/Dog-Lynx-And-HCN.git synced 2026-06-03 01:41:53 +08:00

feat(武器系统): 添加七彩矢武器及其相关资源

添加新的七彩矢武器系统,包括武器脚本、子弹特效、着色器和动画资源
为Rooster角色添加新武器选项
实现光效追踪和颜色渐变效果
调整窗口模式为2(全屏)
This commit is contained in:
2025-09-07 09:25:51 +08:00
parent 2d42eaea9a
commit 94589131fa
18 changed files with 445 additions and 2 deletions
+7 -1
View File
@@ -1,2 +1,8 @@
extends EntityBase
class_name Bear
class_name Bear # 攻击方式模仿泰拉瑞亚光之女皇
func ai():
pass
func attack(type):
if type == 0:
pass