Project1

标题: 修复VA的bug [打印本页]

作者: zhangchi5    时间: 2012-3-24 17:47
标题: 修复VA的bug
本帖最后由 zhangchi5 于 2012-3-24 18:38 编辑

当屏幕分辨率调整后,敌人位置会有问题。。。
  1. #==============================================================================
  2. # ■ Sprite_Battler
  3. #------------------------------------------------------------------------------
  4. #  BUG修复:调整分辨率后敌人相对位置错误。
  5. #==============================================================================

  6. class Sprite_Battler < Sprite_Base
  7.   #--------------------------------------------------------------------------
  8.   # ● 更新位置
  9.   #--------------------------------------------------------------------------
  10.   def update_position
  11.     self.x = @battler.screen_x + (Graphics.width - 544)/2
  12.     self.y = @battler.screen_y + (Graphics.height - 416)/2
  13.     self.z = @battler.screen_z
  14.   end
  15. end
复制代码
使用前(我这是在推销化妆品吗?)

使用后



作者: eric4514    时间: 2013-3-23 20:55
請問這個問題是怎嚜產生的?




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