赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 1 |
经验 | 2458 |
最后登录 | 2014-8-23 |
在线时间 | 57 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 50
- 在线时间
- 57 小时
- 注册时间
- 2012-7-23
- 帖子
- 23
|
#--------------------------------------------------------------------------
# ● 刷新
#--------------------------------------------------------------------------
def refresh
contents.clear
unless $game_map.display_name.empty?
draw_background(contents.rect)
rect = Rect.new(0,0,contents.width,line_height)
draw_text(rect, $game_map.display_name, 1)
rect = Rect.new(0,line_height,contents.width,line_height)
draw_text(rect, $game_map.note, 1)
end
end
第11行说有错怎么回事【你 |
|