本帖最后由 RMVXA 于 2021-10-31 11:26 编辑 效果:当false时文字不是变为半透明,而是变成其它颜色!就像注释里的那样
def draw_item_name(item, x, y, enabled = true) if item != nil draw_icon(item.icon_index, x, y, enabled) self.contents.font.color = enabled ? normal_color : knockout_color#~ self.contents.font.color.alpha = enabled ? 255 : 128 self.contents.draw_text(x +24, y, 172, WLH, item.name) endend
def draw_item_name(item, x, y, enabled = true) if item != nil draw_icon(item.icon_index, x, y, enabled) self.contents.font.color = enabled ? normal_color : knockout_color #~ self.contents.font.color.alpha = enabled ? 255 : 128 self.contents.draw_text(x +24, y, 172, WLH, item.name) end end
查看全部评分
折叠内容标题(非必须)
折叠内容
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-21 23:40
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.