| 
 
| 赞 | 9 |  
| VIP | 1 |  
| 好人卡 | 6 |  
| 积分 | 205 |  
| 经验 | 289801 |  
| 最后登录 | 2025-6-10 |  
| 在线时间 | 94 小时 |  
 Lv5.捕梦者 御灵的宠物 
	梦石12 星屑8481 在线时间94 小时注册时间2006-12-11帖子3156 
 | 
| # 描绘角色 for i in [email protected]
 #      bitmap = RPG::Cache.character(@characters[0], @characters[1])
 filename = "Graphics/pictures/"+@characters[0]+"_f"
 bitmap = Bitmap.new(filename)
 cw = bitmap.rect.width# / 4
 ch = bitmap.rect.height# / 4
 src_rect = Rect.new(0, 0, cw, ch)
 x = 300 - @characters.size * 32 + i * 64 - cw / 2
 self.contents.blt(x, 68 - ch, bitmap, src_rect)
 end
 
 把我贴出来的那整段改成这样
 你的头像得放在pictures文件夹下边,名字是你的行走图名字加_f
 p.s 你可以对比下我改的地方,下次就能自己改了~
 | 
 |