Project1

标题: rpg如何能使正在攻击的人不闪烁 [打印本页]

作者: dwd3051290    时间: 2011-7-2 14:34
提示: 作者被禁止或删除 内容自动屏蔽
作者: get    时间: 2011-7-2 16:33
打开数据库——动画
这是动画的效果
作者: shoed    时间: 2011-7-4 15:42
正在行动方的是这段代码:
def update_phase4_step3
    # 行动方动画 (ID 为 0 的情况下是白色闪烁)
    if @animation1_id == 0
      @active_battler.white_flash = true
    else
      @active_battler.animation_id = @animation1_id
      @active_battler.animation_hit = true
    end
    # 移至步骤 4
    @phase4_step = 4
  end
如果将行动方动画设成无,就会是闪烁,比如防御也是
作者: -为你变乖    时间: 2011-7-4 17:10
数据库。动画。。找到你攻击的那个动画。把对象闪烁效果删去就好了。
作者: 2578699    时间: 2011-7-4 18:55

把这个什么的去掉就可以鸟。
很简单吧~~




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1