赞 | 0 |
VIP | 30 |
好人卡 | 1 |
积分 | 5 |
经验 | 96193 |
最后登录 | 2023-3-26 |
在线时间 | 447 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 469
- 在线时间
- 447 小时
- 注册时间
- 2005-11-22
- 帖子
- 325
|
8楼
楼主 |
发表于 2008-4-7 00:32:35
|
只看该作者
- if $game_temp.refresh_times != 1
- if $game_temp.old_text != @temp_text
-
- self.contents.clear
- self.contents.font.color = Color.new(0,0,0,255)
- self.contents.draw_text(0, 0, 608, 32, $lrc_text, 1)
- self.contents.font.color = Color.new(255,255,255,255)
- self.contents.draw_text(1, 1, 608, 32, $lrc_text, 1)
-
- @temp_text = $lrc_text
- end
- else
- self.contents.clear
- self.contents.font.color = Color.new(0,0,0,255)
- self.contents.draw_text(0, 0, 608, 32, $lrc_text, 1)
- self.contents.font.color = Color.new(255,255,255,255)
- self.contents.draw_text(1, 1, 608, 32, $lrc_text, 1)
- @temp_text = $lrc_text
- end
- end
-
- end
复制代码
插哪里?— —在下脚本盲………… |
|