赞 | 0 |
VIP | 7 |
好人卡 | 0 |
积分 | 2 |
经验 | 18255 |
最后登录 | 2021-7-7 |
在线时间 | 224 小时 |
Lv1.梦旅人 剑仙·影羽
- 梦石
- 0
- 星屑
- 172
- 在线时间
- 224 小时
- 注册时间
- 2010-3-20
- 帖子
- 1580
|
找到“ # ● 刷新画面 (主回合步骤 3 : 行动方动画)”
把- # 行动方动画 (ID 为 0 的情况下是白色闪烁)
- if @animation1_id == 0
- else
- @active_battler.animation_id = @animation1_id
- @active_battler.animation_hit = true
- end
复制代码 把这段转移到- # 对像方动画
- for target in @target_battlers
- target.animation_id = @animation2_id
- target.animation_hit = (target.damage != "Miss")
- end
复制代码 的上方,攻击动画和对象动画同时进行,这就是齐时战斗了 |
评分
-
查看全部评分
|