赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 1 |
经验 | 510 |
最后登录 | 2012-12-1 |
在线时间 | 17 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 17 小时
- 注册时间
- 2011-3-9
- 帖子
- 5
|
2楼
楼主 |
发表于 2011-4-2 15:33:43
|
只看该作者
# 可以卖掉的显示为普通文字颜色、除此之外设置成无效文字颜色
if item.price > 0
if item.is_a?(RPG::Random_Weapon) or item.is_a?(RPG::Random_Armor)
self.contents.font.color = item.name_color
else
self.contents.font.color = normal_color
end
else
self.contents.font.color = disabled_color
end
还是俺自己解答下吧 用了5小时的时间(别扔石头)- - 我是刚学的 |
|