赞 | 294 |
VIP | 11 |
好人卡 | 74 |
积分 | 230 |
经验 | 281171 |
最后登录 | 2025-7-9 |
在线时间 | 9455 小时 |
Lv5.捕梦者 (暗夜天使) 只有笨蛋才会看到
- 梦石
- 1
- 星屑
- 22049
- 在线时间
- 9455 小时
- 注册时间
- 2012-6-19
- 帖子
- 7123
 
|
Window_Message
- #--------------------------------------------------------------------------
- # ● 翻页处理
- #--------------------------------------------------------------------------
- def new_page(text, pos)
- contents.clear
- draw_face($game_message.face_name, $game_message.face_index, 0, 0)
- reset_font_settings
- pos[:x] = new_line_x
- pos[:y] = 0
- pos[:new_x] = new_line_x
- pos[:height] = calc_line_height(text)
- clear_flags
- end
复制代码 |
评分
-
查看全部评分
|