Project1

标题: 如何讓防禦時的閃光消失? [打印本页]

作者: 鲔鱼吐司    时间: 2008-10-1 15:49
提示: 作者被禁止或删除 内容自动屏蔽
作者: dbshy    时间: 2008-10-1 18:56
Scene_Battle 4

  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

找到
@active_battler.white_flash = true
改为
@active_battler.white_flash = false
[LINE]1,#dddddd[/LINE]系统信息:本贴由本区版主认可为正确答案,66RPG感谢您的热情解答~




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