赞 | 0 |
VIP | 33 |
好人卡 | 1 |
积分 | 1 |
经验 | 214727 |
最后登录 | 2017-9-16 |
在线时间 | 75 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 75 小时
- 注册时间
- 2007-6-25
- 帖子
- 2276
|
菜单显示头像~
http://rpg.blue/web/shownews.asp?id=124
http://rpg.blue/web/shownews.asp?id=125
战斗显示头像~
http://rpg.blue/web/htm/news131.htm
Window_BattleStatus 的 def refresh 名下加入
head_name("图片名"x,y)
main前插入一个全局显示图片脚本定义一下
def head_name(head_name,x,y)
@bitmap = bitmap.new("Grapics/Pictures/"+head_name)
@rect = Rect.new(0,0,@bimap.width,@bitmap.height)
self.contents.blt(x, y, @bitmap, @rect)
end
后面那个准确度不确定~好吧~最近问题有点难~ 系统信息:本贴由本区版主认可为正确答案,66RPG感谢您的热情解答~ |
|