赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 1 |
经验 | 0 |
最后登录 | 2020-5-5 |
在线时间 | 1 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 60
- 在线时间
- 1 小时
- 注册时间
- 2008-10-23
- 帖子
- 28
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
- if @active_battler.is_a?(Game_Actor)
- index = @active_battler.index
- target = $game_party.smooth_target_actor(index)
- target.show_damage(@active_battler.damage)
- elsif @active_battler.is_a?(Game_Enemy)
- index = @active_battler.index
- target = $game_troop.smooth_target_enemy(index)
- target.show_damage(@active_battler.damage)
- end
复制代码
谁能帮我翻译下这几段
我想弄个装备出来 装备上后 战斗每回合都恢复一定血量
血量回复都弄好了 就是每次回复血量时角色都要播放 受到伤害的动画。
怎么才能把这个受伤害的动画改成其他动画
把连续伤害的动画关掉也行 此贴于 2008-12-28 11:18:32 被版主darkten提醒,请楼主看到后对本贴做出回应。 |
|