Project1
标题:
修复VA的bug
[打印本页]
作者:
zhangchi5
时间:
2012-3-24 17:47
标题:
修复VA的bug
本帖最后由 zhangchi5 于 2012-3-24 18:38 编辑
当屏幕分辨率调整后,敌人位置会有问题。。。
#==============================================================================
# ■ Sprite_Battler
#------------------------------------------------------------------------------
# BUG修复:调整分辨率后敌人相对位置错误。
#==============================================================================
class Sprite_Battler < Sprite_Base
#--------------------------------------------------------------------------
# ● 更新位置
#--------------------------------------------------------------------------
def update_position
self.x = @battler.screen_x + (Graphics.width - 544)/2
self.y = @battler.screen_y + (Graphics.height - 416)/2
self.z = @battler.screen_z
end
end
复制代码
使用前(我这是在推销化妆品吗?)
Battle2.JPG
(85.81 KB, 下载次数: 24)
下载附件
保存到相册
2012-3-24 18:38 上传
使用后
Battle.JPG
(84.96 KB, 下载次数: 19)
下载附件
保存到相册
2012-3-24 18:38 上传
作者:
eric4514
时间:
2013-3-23 20:55
請問這個問題是怎嚜產生的?
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1