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

Project1

 找回密码
 注册会员
搜索
查看: 1382|回复: 1
打印 上一主题 下一主题

[已经解决] 修改版即时消息的几个问题

 关闭 [复制链接]

Lv1.梦旅人

梦石
0
星屑
197
在线时间
166 小时
注册时间
2009-5-2
帖子
300

开拓者

跳转到指定楼层
1
发表于 2011-5-1 14:31:18 | 只看该作者 |只看大图 回帖奖励 |倒序浏览 |阅读模式

加入我们,或者,欢迎回来。

您需要 登录 才可以下载或查看,没有帐号?注册会员

x

  1.       @item_max = $a.size
  2.       elsif $a != nil and $a.size > Blue::Blue_max
  3.       @item_max = Blue::Blue_max
  4.     end  
  5.     if @item_max > 0
  6.       self.contents = Bitmap.new(width - 32, row_max * 16)
  7.       for i in 0...@item_max
  8.          draw_item(i)
  9.       end
  10.     end
  11.   end
  12.   def item_max
  13.     return @item_max
  14.   end  
  15.   #--------------------------------------------------------------------------
  16.   # ● 描绘项目
  17.   #     index : 项目编号
  18.   #--------------------------------------------------------------------------
  19.   def draw_item(index)
  20.     if $a.size < Blue::Blue_max + 1
  21.      item = $a[index]
  22.      else
  23.      item = $a[index + $a.size - Blue::Blue_max]
  24.     end
  25.     x = 0
  26.     y = index * 16
  27.     self.contents.font.size = 14
  28.     self.contents.font.color = Color.new(255, 128, 255, 255)
  29.     self.contents.draw_text(x + 6, y + 1, self.contents.text_size(item).width, 16, item, 0)
  30.     self.contents.font.color = normal_color
  31.     self.contents.draw_text(x + 5, y, self.contents.text_size(item).width, 16, item, 0)
  32.   end
  33.   #--------------------------------------
  34.   #  ● 刷新光标
  35.   #--------------------------------------
  36.   def update_cursor_rect
  37.     # 光标位置不满 0 的情况下
  38.     if @index < 0
  39.       self.cursor_rect.empty
  40.       return
  41.     end
  42.     # 获取当前的行
复制代码
求把字体改为默认,另外,怎么让文字显示在图片上面,而不是图片里?
同一片蓝天下,你可曾记起那几年
星尘泪 该用户已被删除
2
发表于 2011-5-1 15:49:13 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

GMT+8, 2024-11-25 20:22

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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