设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索

使用Sideview脚本之后战斗界面下方图像没显示,怎么解决?

查看数: 1321 | 评论数: 2 | 收藏 0
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2013-10-19 10:25

正文摘要:

本帖最后由 skyboy1283 于 2013-10-19 10:37 编辑 使用Sideview脚本之后战斗界面下方图像没显示,怎么解决? 如图

回复

skyboy1283 发表于 2013-10-19 10:37:11
已自行解决,方法如下,供其他人遇到类似问题参考
  1.   def draw_actor_figure(actor, x, y, enabled = true)
  2.     bitmap = Cache.system("bf"+actor.id.to_s+".png")
  3.     rect = Rect.new(0,0,bitmap.width, bitmap.height)
  4.     contents.blt(x, y, bitmap, rect, enabled ? 255 : translucent_alpha)
  5.     bitmap.dispose
  6.   end
复制代码
角色的头像图片文件命名要和数据库里的角色编号一致
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-11-17 10:58

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表