请问如何让敌人死亡时显示一张图片保留在场上),而不是消失? 类似全动画脚本,主角死亡时有显示对应的图片保留在战场上,本人有敌人死亡图片素材 ...
查看全部评分
芯☆淡茹水 发表于 2013-4-30 23:56 把第八行改为:@height = bitmap.height
# 死亡更改战斗图 if @battler.damage == nil and @battler.dead? self.bitmap = RPG::Cache.battler(@battler_name +"_d", @battler_hue) @width = bitmap.width @height = bitmap.height self.ox = @width / 2 self.oy = @height self.opacity = 255 end endend
# 死亡更改战斗图 if @battler.damage == nil and @battler.dead? self.bitmap = RPG::Cache.battler(@battler_name +"_d", @battler_hue) @width = bitmap.width @height = bitmap.height self.ox = @width / 2 self.oy = @height self.opacity = 255 end end end
残风水月 发表于 2013-4-30 20:08
折叠内容标题(非必须)
折叠内容
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2025-1-12 21:45
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.