Project1

标题: 攻击方动画的Z值在哪里改? [打印本页]

作者: cymcrh55    时间: 2009-10-2 18:03
提示: 作者被禁止或删除 内容自动屏蔽
作者: 「旅」    时间: 2009-10-2 22:05
没信心的扔上……
  1. class Sprite_Battler
  2.   alias old_update update
  3.   def update
  4.     old_update
  5.     if @battler.animation_id != 0
  6.       self.z = @battler.screen_z + 100
  7.     else
  8.       self.z = @battler.screen_z
  9.     end
  10.   end
  11. end
复制代码





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