Project1
标题:
攻击方动画的Z值在哪里改?
[打印本页]
作者:
cymcrh55
时间:
2009-10-2 18:03
提示:
作者被禁止或删除 内容自动屏蔽
作者:
「旅」
时间:
2009-10-2 22:05
没信心的扔上……
class Sprite_Battler
alias old_update update
def update
old_update
if @battler.animation_id != 0
self.z = @battler.screen_z + 100
else
self.z = @battler.screen_z
end
end
end
复制代码
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1