赞 | 0 |
VIP | 13 |
好人卡 | 65 |
积分 | 1 |
经验 | 58644 |
最后登录 | 2017-10-23 |
在线时间 | 1281 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 1281 小时
- 注册时间
- 2006-8-27
- 帖子
- 590
|
3楼
楼主 |
发表于 2010-10-13 17:53:53
|
只看该作者
是不一样的- #--------------------------------------------------------------------------
- # ● 帮助窗口的设置
- # help_window : 新的帮助窗口
- #--------------------------------------------------------------------------
- def help_window=(help_window)
- @help_window = help_window
- # 刷新帮助文本 (update_help 定义了继承目标)
- if self.active and @help_window != nil
- update_help
- end
- end
复制代码 help_window 可以用这个 help_window=(help_window) 来建立的时候刷新文本
self.cursor_rect.set(x, y, width, height) 要如何做到?
def cursor_rect.set(x, y, width, height)
end 显然不行
|
|