赞 | 1 |
VIP | 255 |
好人卡 | 52 |
积分 | 1 |
经验 | 77416 |
最后登录 | 2016-1-18 |
在线时间 | 1269 小时 |
Lv1.梦旅人 薄凉看客
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 1269 小时
- 注册时间
- 2010-6-20
- 帖子
- 1316
|
菜鸟纵版 1096 行- # 行走图刷新
- #if VBattle::Enemy_char or @battler.is_a?(Game_Actor)
- face = @battler.is_a?(Game_Actor) ? @height*3/4 : 0
- #if @battler.movx + @battler.movy != 0 and !@battler.endmov
- if Graphics.frame_count % 4 == 0 or @frame == 0
- @frame = (@frame + 1)%8
- self.src_rect.set(@frame/2*@width/4,face,@width/4,@height/4)
- end
- #else
- # self.src_rect.set(0,face,@width/4,@height/4)
- #end
- #end
复制代码 |
评分
-
查看全部评分
|