赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 1 |
经验 | 7440 |
最后登录 | 2017-2-7 |
在线时间 | 1 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 1 小时
- 注册时间
- 2008-7-28
- 帖子
- 432
|
4楼
楼主 |
发表于 2008-9-4 05:25:02
|
只看该作者
- x = 4 + index % 2 * (288 + 32)
- y = index / 2 * 32
-
- rect = Rect.new(x, y, self.width / @column_max - 32, 32)
- self.contents.fill_rect(rect, Color.new(64,70,124,0))
- #bitmap = RPG::Cache.icon(item.icon_name)
- #self.contents.blt(x, y + 4, bitmap, Rect.new(0, 0, 24, 24), opacity)
- opacity = self.contents.font.color == Color.new(224,96,112,255) ? 255 : 128.
- #self.contents.font.color = Color.new(64,70,124,255)
- self.contents.draw_text(x + 28, y, 212, 32, item.name, 0)
- self.contents.draw_text(x + 180, y, 16, 32, "X", 1)
- self.contents.draw_text(x + 200, y, 24, 32, number.to_s, 2)
- end
复制代码
。。。。。。。。。。。。坐标写的好复杂??改哪里呢?
|
|